We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c43f46 + 0d67b71 commit 48664f3Copy full SHA for 48664f3
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
git checkout -b ${{ env.preid }}-$(git rev-parse --short HEAD)
47
echo "email=${{ secrets.BETA_EMAIL }}" > .npmrc
48
echo "@bitgo-beta:registry=https://registry.npmjs.org" >> .npmrc
49
- echo "//registry.npmjs.org/:_authToken=${{ secrets.BETA_TOKEN }}" >> .npmrc
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.BITGO_BETA_PUBLISH_TOKEN }}" >> .npmrc
50
echo "//registry.npmjs.org/:always-auth=true" >> .npmrc
51
52
- name: Prepare Release
0 commit comments