Skip to content

Commit

Permalink
Update slsa-generic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon authored Jul 19, 2022
1 parent 27b3dc3 commit e8b32a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/slsa-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,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 }}"
Expand Down

0 comments on commit e8b32a8

Please sign in to comment.