We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bb31b commit fdd4ec9Copy full SHA for fdd4ec9
.github/workflows/Build-Publish-CSC-Images.yml
@@ -68,6 +68,7 @@ jobs:
68
with:
69
image: ${{ matrix.image }}:${{ steps.meta.outputs.version }}
70
artifact-name: sbom-${{ matrix.name }}.spdx.json
71
+ github-token: ${{ secrets.GH_TOKEN }}
72
73
build-and-push-app-images:
74
needs: build-and-push-base-images
0 commit comments