Skip to content

Commit c033562

Browse files
committed
ci: use github package registry token for installation
1 parent 99344d0 commit c033562

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ jobs:
1010
- uses: actions/setup-node@v2
1111
with:
1212
node-version: 16
13+
registry-url: https://npm.pkg.github.com
1314
- run: npm install
15+
env:
16+
NODE_AUTH_TOKEN: ${{ secrets.GPR_TOKEN }}
1417
- run: npm run build

0 commit comments

Comments
 (0)