We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4224728 + 78d1d97 commit 9625e1eCopy full SHA for 9625e1e
.github/workflows/cd.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: ./.github/actions/setup
27
28
- name: Configure NPM Auth Token
29
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}" >> ~/.npmrc
+ run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
30
31
- name: Create Snapshot
32
id: create_snapshot
0 commit comments