Skip to content

Commit 9380c8f

Browse files
committed
ci: update permissions in CI workflow for npm publish --provenance
1 parent c6d65f1 commit 9380c8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ jobs:
187187
if: github.event_name == 'release'
188188
environment:
189189
name: npm
190+
permissions:
191+
contents: read
192+
id-token: write
190193

191194
steps:
192195
- name: Checkout

0 commit comments

Comments
 (0)