Skip to content

Commit 3987485

Browse files
committed
build: adding NPM_TOKEN secret
1 parent a379815 commit 3987485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
2525
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
2626
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
27+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2728

0 commit comments

Comments
 (0)