Skip to content

Commit 4936e0b

Browse files
committed
ci(github-actions): add permissions for npm publish workflow
Add write permissions for contents and packages to enable npm publishing
1 parent 37b677c commit 4936e0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
permissions:
10+
contents: write
11+
packages: write
12+
913
jobs:
1014
# Job untuk testing dan linting (berjalan di semua push/PR)
1115
test:

0 commit comments

Comments
 (0)