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 19b0c41 commit 6618030
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-npm-token-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
run: |
npm token list
- name: Check NPM Publish Access
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PACKAGE_NAME: "@segment/analytics-next"
run: |
npm access ls-collaborators $PACKAGE_NAME
npm owner ls $PACKAGE_NAME
- name: Check NPM Authentication
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 6618030

Please sign in to comment.