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 250cf08 commit 94d8248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ 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 config set '@pvtnbr:registry=https://npm.pkg.github.com/'
npm set "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}"
- name: Setup pnpm
uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 94d8248

Please sign in to comment.