Skip to content

Commit 9749ce4

Browse files
authored
ci: add id-token permission for provenance generation (#447)
1 parent 62b61c0 commit 9749ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write # for ArnaudBarre/github-release to create a release
13+
id-token: write # for provenance generation
1314
environment: Release
1415
steps:
1516
- name: Checkout

0 commit comments

Comments
 (0)