Skip to content

Commit cfa8a5f

Browse files
authored
Switch back to user NPM token (#2559)
1 parent 9b83ae6 commit cfa8a5f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-canary.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ jobs:
1919
uses: actions/setup-node@v1
2020
with:
2121
node-version: 10.x
22-
registry-url: 'https://wombat-dressing-room.appspot.com/firebase/_ns/'
22+
registry-url: 'https://registry.npmjs.org'
2323
- name: Yarn install
2424
run: yarn
2525
- name: yarn build
2626
run: yarn build
2727
- name: Deploy canary
2828
run: |
29-
npm config set //wombat-dressing-room.appspot.com/mypackage/_ns:authToken=$NODE_AUTH_TOKEN
30-
npm config set scope "@firebase"
29+
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
3130
yarn release --canary
3231
env:
3332
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)