We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0852214 commit 5821cbcCopy full SHA for 5821cbc
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: yarn prepare
49
50
- name: Login NPM
51
- run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
+ run: echo "//npm.pkg.github.com/:_authToken=${{secrets.GHP_TOKEN}}" > ~/.npmrc
52
53
- name: Config Git
54
run: |
0 commit comments