We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466f101 commit 30cc94cCopy full SHA for 30cc94c
.github/workflows/ci.yaml
@@ -85,4 +85,4 @@ jobs:
85
npm config set loglevel verbose --global
86
npm publish --registry=https://registry.npmjs.org --access public
87
env:
88
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: "wrong-token"
0 commit comments