We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff29a24 commit 5970138Copy full SHA for 5970138
2 files changed
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Create .npmrc file
30
run: |
31
echo "@th3hero:registry=https://npm.pkg.github.com/" >> .npmrc
32
- echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
33
34
- name: Publish to GitHub Packages
35
run: npm publish
.npmrc
@@ -1,2 +1,2 @@
1
@th3hero:registry=https://npm.pkg.github.com/
2
-//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
+//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
0 commit comments