Skip to content

Commit

Permalink
check token values
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalthrop committed Dec 9, 2024
1 parent 55c0e86 commit 09ac288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
- name: curl npm registry
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
SAML_ACCOUNT_TOKEN: ${{ secrets.SAML_ACCOUNT_TOKEN }}
run: |
set -x
echo "${NPM_TOKEN}" | base64 | base64
echo "${NODE_AUTH_TOKEN}" | base64 | base64
echo "${SAML_ACCOUNT_TOKEN}" | base64 | base64
curl https://registry.npmjs.org/@mands%2fnx-playwright
Expand Down

0 comments on commit 09ac288

Please sign in to comment.