Skip to content

Commit a51fb29

Browse files
committed
fix: add auth to sbom step
1 parent a9c7e40 commit a51fb29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sbom-sign-verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
version: v1
2828
args: mod -licenses -json -output-version 1.6 -output sbom-validator.${{ github.ref_name }}.cdx.json
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2931

3032
- name: Sign SBOM
3133
uses: shiftleftcyber/secure-sbom-action@v1.3.1

0 commit comments

Comments
 (0)