Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Feb 11, 2025
1 parent 9d6f202 commit 7e1019b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-npm-token-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ jobs:
with:
node-version: 18
registry-url: 'https://registry.npmjs.org/'


- name: Configure npm authentication
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- run: npm whoami --registry=https://registry.npmjs.org/ || echo "Not authenticated"

- name: List Packages I can access
run: |
npm access list packages
Expand Down

0 comments on commit 7e1019b

Please sign in to comment.