Skip to content

Commit 0f0ad08

Browse files
committed
chore: add missing release token permissions
1 parent cb5a6a0 commit 0f0ad08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ on:
1313
type: string
1414

1515
permissions:
16-
contents: write
17-
id-token: write
16+
contents: write # to be able to publish a GitHub release
17+
id-token: write # to enable use of OIDC for npm provenance
18+
issues: write # to be able to comment on released issues
19+
pull-requests: write # to be able to comment on released pull requests
1820

1921
jobs:
2022
deploy-npm-latest:

0 commit comments

Comments
 (0)