We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32af321 commit 32351deCopy full SHA for 32351de
1 file changed
.github/workflows/publish.yml
@@ -56,4 +56,4 @@ jobs:
56
- name: Publish to npm
57
run: npm publish --workspace=eslint-config-sukhov-test-${{ steps.tag.outputs.package }}
58
env:
59
- NODE_AUTH_TOKEN: ${{ secrets.TEST_NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.WRONG_NPM_TOKEN }}
0 commit comments