Skip to content

Commit 0ee491a

Browse files
ci: add id-token write permission for npm provenance
1 parent f89a663 commit 0ee491a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
runs-on: ubuntu-latest
147147
permissions:
148148
contents: read
149+
id-token: write
149150
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'pull_request'
150151
needs:
151152
- build

0 commit comments

Comments
 (0)