We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39d711 commit 034ef23Copy full SHA for 034ef23
.github/workflows/publish.yml
@@ -63,4 +63,4 @@ jobs:
63
- if: steps.published.outputs.exists == 'false'
64
run: cd packages/cruel && npm publish --access public --provenance
65
env:
66
- NODE_AUTH_TOKEN: ""
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments