Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 4b0993f

Browse files
committed
ci: specify NPM token when setting up Node (for second publish)
1 parent 7e332d8 commit 4b0993f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
uses: actions/setup-node@master
4141
with:
4242
node-version: ${{ matrix.node }}
43+
env:
44+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4345

4446
- name: Update to npm 7
4547
run: npm i -g npm@7 --registry=https://registry.npmjs.org

0 commit comments

Comments
 (0)