Skip to content

Commit 879fa8d

Browse files
committed
ci(npm-publish.yml): add NPM_TOKEN api key to github actions config
1 parent 7f0162e commit 879fa8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
- run: npm run release
3737
env:
3838
GH_TOKEN: ${{secrets.GH_TOKEN}}
39+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)