Skip to content

Commit 6b9e4ec

Browse files
committed
wip
1 parent 01b03ec commit 6b9e4ec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ jobs:
2222
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
2323
2424
- name: Check NPM Publish Access
25-
env:
26-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27-
PACKAGE_NAME: "@segment/analytics-next"
2825
run: |
29-
npm access ls-collaborators $PACKAGE_NAME
30-
npm owner ls $PACKAGE_NAME
26+
npm access list packages
3127
3228
- name: Check NPM Authentication
3329
env:

0 commit comments

Comments
 (0)