Skip to content

Commit 46ee2a5

Browse files
committed
auth token
1 parent d360c03 commit 46ee2a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: |
2626
npm install
2727
npm run build
28+
env:
29+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2830

2931
# Publish to NPM
3032
- name: Publish

0 commit comments

Comments
 (0)