Skip to content

Commit 334d1e8

Browse files
committed
fix: authenticate the SBOM step
1 parent 921f71e commit 334d1e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)