Skip to content

Commit 7b364f9

Browse files
committed
ci: add token to gpm on workflow
1 parent 0f55cca commit 7b364f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
persist-credentials: false
1616

17+
- name: Setup GitHub Package Manager
18+
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
19+
1720
- name: Install and Build
1821
run: |
1922
yarn

0 commit comments

Comments
 (0)