We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 921f71e + 334d1e8 commit 8a94f1cCopy full SHA for 8a94f1c
.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