Skip to content

Commit

Permalink
chore: Correct permissions for provenance. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Nov 18, 2024
1 parent e7ea77b commit 9c6e961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
dry_run: ${{ inputs.dry_run }}

provenance:
permissions:
actions: read
id-token: write
contents: write
if: ${{ inputs.dry_run == 'false' }}
needs: ['publish']
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
Expand Down

0 comments on commit 9c6e961

Please sign in to comment.