Skip to content

Commit 32351de

Browse files
committed
test publishing with error token
1 parent 32af321 commit 32351de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
- name: Publish to npm
5757
run: npm publish --workspace=eslint-config-sukhov-test-${{ steps.tag.outputs.package }}
5858
env:
59-
NODE_AUTH_TOKEN: ${{ secrets.TEST_NPM_TOKEN }}
59+
NODE_AUTH_TOKEN: ${{ secrets.WRONG_NPM_TOKEN }}

0 commit comments

Comments
 (0)