We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3413eb6 commit 02f47e1Copy full SHA for 02f47e1
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
actions: read # To read the workflow path.
41
id-token: write # To sign the provenance.
42
contents: write # To add assets to a release.
43
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1
44
with:
45
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
46
upload-assets: true # upload to a new release
0 commit comments