Skip to content

Commit 0d67b71

Browse files
chore: update GitHub secret reference for beta npm publishing
Replace BETA_TOKEN with BITGO_BETA_PUBLISH_TOKEN in the publish workflow to align with updated GitHub Actions secret naming conventions. Ticket: DO-17034
1 parent 3c43f46 commit 0d67b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git checkout -b ${{ env.preid }}-$(git rev-parse --short HEAD)
4747
echo "email=${{ secrets.BETA_EMAIL }}" > .npmrc
4848
echo "@bitgo-beta:registry=https://registry.npmjs.org" >> .npmrc
49-
echo "//registry.npmjs.org/:_authToken=${{ secrets.BETA_TOKEN }}" >> .npmrc
49+
echo "//registry.npmjs.org/:_authToken=${{ secrets.BITGO_BETA_PUBLISH_TOKEN }}" >> .npmrc
5050
echo "//registry.npmjs.org/:always-auth=true" >> .npmrc
5151
5252
- name: Prepare Release

0 commit comments

Comments
 (0)