Skip to content

Commit

Permalink
ci(create-release): add ID token write permission for provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
yomatters committed Sep 30, 2024
1 parent 892cabe commit 8ec4348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
if: ${{ needs.release.outputs.release_created }}
permissions:
contents: read
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 8ec4348

Please sign in to comment.