use WAKU_CREATE_APP_PUBLISH as a secret

This commit is contained in:
weboko 2023-01-20 00:55:37 +01:00
parent 2190948292
commit 918c298826
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
work-directory: "create-waku-app"
- 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"
- run: npm publish --tag next --access public