Skip to content

Commit

Permalink
Try github token
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalshah-stripe committed Nov 27, 2024
1 parent 6e425fd commit 52d2ca7
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 @@ -27,7 +27,7 @@ jobs:
with:
node-version: 20
- name: Authenticate with private NPM package
run: echo -e "//npm.pkg.github.com/:_authToken=\${{ secrets.NPM_TOKEN }}\n@stripe:registry=https://npm.pkg.github.com" > ~/.npmrc
run: echo -e "//npm.pkg.github.com/:_authToken=\${{ secrets.GITHUB_TOKEN }}\n@stripe:registry=https://npm.pkg.github.com" > ~/.npmrc
- name: Check .npmrc contents
run: cat ~/.npmrc | sed 's/\(.*Token=\).*/\1[REDACTED]/'
- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 52d2ca7

Please sign in to comment.