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 ea93731 commit f173fcfCopy full SHA for f173fcf
.github/workflows/release.yml
@@ -18,3 +18,7 @@ jobs:
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}
21
+ - run: npm whoami && npm access ls-collaborators
22
+ if: ${{ failure() }}
23
+ env:
24
+ NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}
0 commit comments