Skip to content

Commit 6e7d89a

Browse files
committed
fix release workflow permissions
1 parent e41d578 commit 6e7d89a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ jobs:
3030
publish: npm run release
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
35+
permissions:
36+
contents: write
37+
pull-requests: write

0 commit comments

Comments
 (0)