Skip to content

Commit 6d030b2

Browse files
committed
fix: Make npm token global in workflow
1 parent 6a9823f commit 6d030b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13+
env:
14+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1315

1416
steps:
1517
- name: Checkout latest code

0 commit comments

Comments
 (0)