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.
1 parent 2bbe0e9 commit 91df4e6Copy full SHA for 91df4e6
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
actions: read # To read the workflow path.
67
id-token: write # To sign the provenance.
68
contents: write # To add assets to a release.
69
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
70
with:
71
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
72
upload-assets: true # upload to a new release
0 commit comments