Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Apr 24, 2024
1 parent aeb5453 commit 169d9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup npmrc
run: |
npm config set @pvtnbr:registry=https://npm.pkg.github.com/
npm set "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}"
npm set "//npm.pkg.github.com/:_authToken=${{ secrets.GH_TOKEN }}"
npm whoami --registry=https://npm.pkg.github.com/
- name: Setup pnpm
Expand Down

0 comments on commit 169d9f7

Please sign in to comment.