Skip to content

Commit 30cc94c

Browse files
committed
fix: test wrong token
1 parent 466f101 commit 30cc94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
npm config set loglevel verbose --global
8686
npm publish --registry=https://registry.npmjs.org --access public
8787
env:
88-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
88+
NODE_AUTH_TOKEN: "wrong-token"

0 commit comments

Comments
 (0)