Skip to content

Commit

Permalink
update to shared token
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Mar 22, 2021
1 parent 7a86e53 commit d64e086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}

- name: Release snapshot
run: |
Expand Down

0 comments on commit d64e086

Please sign in to comment.