We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b677c commit 4936e0bCopy full SHA for 4936e0b
1 file changed
.github/workflows/publish-npm.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [ main ]
8
9
+permissions:
10
+ contents: write
11
+ packages: write
12
+
13
jobs:
14
# Job untuk testing dan linting (berjalan di semua push/PR)
15
test:
0 commit comments