Skip to content

Commit 6618030

Browse files
committed
wip
1 parent 19b0c41 commit 6618030

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/check-npm-token-permissions.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
run: |
2626
npm token list
2727
28+
- name: Check NPM Publish Access
29+
env:
30+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31+
PACKAGE_NAME: "@segment/analytics-next"
32+
run: |
33+
npm access ls-collaborators $PACKAGE_NAME
34+
npm owner ls $PACKAGE_NAME
35+
2836
- name: Check NPM Authentication
2937
env:
3038
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)