mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-31 17:25:10 +00:00
use WAKU_CREATE_APP_PUBLISH as a secret
This commit is contained in:
parent
2190948292
commit
918c298826
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
work-directory: "create-waku-app"
|
work-directory: "create-waku-app"
|
||||||
|
|
||||||
- name: Authenticate with registry
|
- name: Authenticate with registry
|
||||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ./.npmrc
|
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.WAKU_CREATE_APP_PUBLISH }}" > ./.npmrc
|
||||||
work-directory: "create-waku-app"
|
work-directory: "create-waku-app"
|
||||||
|
|
||||||
- run: npm publish --tag next --access public
|
- run: npm publish --tag next --access public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user