We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921f71e commit 334d1e8Copy full SHA for 334d1e8
1 file changed
.github/workflows/release.yaml
@@ -51,6 +51,8 @@ jobs:
51
-H "Accept: application/vnd.github+json" \
52
-H "X-GitHub-Api-Version: 2022-11-28" \
53
/repos/${{ github.repository }}/dependency-graph/sbom > sbom.spdx.json
54
+ env:
55
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
57
id: goreleaser
58
with:
0 commit comments