We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a9316 commit a469194Copy full SHA for a469194
.github/workflows/publish.yaml
@@ -14,6 +14,7 @@ jobs:
14
actions: read # To read the workflow path.
15
id-token: write # To sign the provenance.
16
contents: write # To add assets to a release.
17
+ attestations: write # add slsa attestations
18
name: "Build and Publish Release"
19
outputs:
20
hashes: ${{ steps.hash.outputs.hashes }}
@@ -141,6 +142,7 @@ jobs:
141
142
143
144
145
146
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
147
with:
148
base64-subjects: "${{ needs.release.outputs.hashes }}"
0 commit comments