Skip to content

Commit 1dec0b0

Browse files
authored
use npm token secret for publish (#3)
2 parents e39d711 + 034ef23 commit 1dec0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
- if: steps.published.outputs.exists == 'false'
6464
run: cd packages/cruel && npm publish --access public --provenance
6565
env:
66-
NODE_AUTH_TOKEN: ""
66+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)