Skip to content

Commit 5704d26

Browse files
ci: use node auth token
1 parent c3a02f7 commit 5704d26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,5 @@ jobs:
9393

9494
- name: Publish to npm
9595
run: npm publish --provenance --access public
96+
env:
97+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)