Skip to content

Commit 34c8936

Browse files
committed
fix npm access
1 parent 9ed1313 commit 34c8936

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on-push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
uses: actions/setup-node@v2
1515
with:
1616
node-version: '14'
17+
- name: "Setup npm"
18+
run: |
19+
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
1720
- name: Install packages
1821
run: |
1922
npm ci

0 commit comments

Comments
 (0)