We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9344089 commit 8c259f2Copy full SHA for 8c259f2
.github/workflows/release.yml
@@ -134,7 +134,7 @@ jobs:
134
actions: read # To read the workflow path.
135
id-token: write # To sign the provenance.
136
contents: write # To add assets to a release.
137
- 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
138
with:
139
base64-subjects: "${{ needs.provenance-subject.outputs.artifacts-sha256 }}"
140
upload-assets: true # Upload to a new release.
0 commit comments