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 f173fcf commit 55a9511Copy full SHA for 55a9511
.github/workflows/release.yml
@@ -18,7 +18,10 @@ jobs:
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}
21
- - run: npm whoami && npm access ls-collaborators
+ - run: |
22
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
23
+ npm whoami
24
+ npm access ls-collaborators
25
if: ${{ failure() }}
26
27
0 commit comments