Skip to content

Commit f5736ac

Browse files
committed
Add id-token: write permission to release workflow
Signed-off-by: Sora Morimoto <[email protected]>
1 parent fe9b8ee commit f5736ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/version-or-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
if: ${{ github.repository_owner == 'acacode' }}
1515
permissions:
1616
contents: write # to create release
17+
id-token: write # to generate provenance
1718
issues: write # to post issue comments
1819
pull-requests: write # to create pull request
1920
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)