Skip to content

Commit 5970138

Browse files
committed
RV [OPT] - updated logics
1 parent ff29a24 commit 5970138

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Create .npmrc file
3030
run: |
3131
echo "@th3hero:registry=https://npm.pkg.github.com/" >> .npmrc
32-
echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
32+
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
3333
3434
- name: Publish to GitHub Packages
3535
run: npm publish

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@th3hero:registry=https://npm.pkg.github.com/
2-
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
2+
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}

0 commit comments

Comments
 (0)