We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bc121 commit fc05263Copy full SHA for fc05263
.github/workflows/releaser.yml
@@ -82,7 +82,7 @@ jobs:
82
actions: read # To read the workflow path.
83
id-token: write # To sign the provenance.
84
contents: write # To add assets to a release.
85
- 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
86
with:
87
base64-subjects: "${{ needs.release.outputs.hashes }}"
88
upload-assets: true # upload to a new release
0 commit comments