We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b03ec commit 6b9e4ecCopy full SHA for 6b9e4ec
.github/workflows/check-npm-token-permissions.yml
@@ -22,12 +22,8 @@ jobs:
22
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
23
24
- name: Check NPM Publish Access
25
- env:
26
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27
- PACKAGE_NAME: "@segment/analytics-next"
28
run: |
29
- npm access ls-collaborators $PACKAGE_NAME
30
- npm owner ls $PACKAGE_NAME
+ npm access list packages
31
32
- name: Check NPM Authentication
33
env:
0 commit comments