Skip to content

Commit 562417c

Browse files
committed
ci(github): add comment for NODE_AUTH_TOKEN env var
1 parent 16093ca commit 562417c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
- name: Publish package
1818
run: yarn publish --access public
1919
env:
20+
# Create your own token at https://github.com/organization/repository/settings/secrets
2021
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)