Skip to content

Commit 8a94f1c

Browse files
authored
Merge pull request #216 from smlx/sbom-auth
fix: authenticate the SBOM step
2 parents 921f71e + 334d1e8 commit 8a94f1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
-H "Accept: application/vnd.github+json" \
5252
-H "X-GitHub-Api-Version: 2022-11-28" \
5353
/repos/${{ github.repository }}/dependency-graph/sbom > sbom.spdx.json
54+
env:
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5456
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
5557
id: goreleaser
5658
with:

0 commit comments

Comments
 (0)