Skip to content

Commit 4273654

Browse files
committed
fix: add write permission for GitHub Release creation
- Change contents permission from read to write - This allows GitHub Actions to create releases
1 parent fb1dd62 commit 4273654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write
1313
id-token: write
1414

1515
steps:

0 commit comments

Comments
 (0)