This commit is contained in:
laurentsimon
2022-08-11 13:32:40 +00:00
parent 19e6b35e84
commit 026c540730
+3 -3
View File
@@ -55,9 +55,9 @@ jobs:
provenance:
needs: [build]
permissions:
actions: read
id-token: write
contents: read
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
base64-subjects: "${{ needs.build.outputs.digests }}"