We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bacb34 commit 3ecb2d5Copy full SHA for 3ecb2d5
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm run build
29
30
- name: Authenticate to GitHub Packages registry
31
- run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
+ run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
32
33
- name: Publish to GitHub Packages
34
env:
0 commit comments