Skip to content

Commit a5ad380

Browse files
committed
fix: update npm publish token to work in concert with 2FA for publish
just enabled 2FA requirement for publishing, and the previous token did not seem to work
1 parent 306d9c7 commit a5ad380

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
@@ -44,5 +44,5 @@ jobs:
4444
yarn lerna version --yes --force-publish=*
4545
yarn lerna publish from-package --yes
4646
env:
47-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
NPM_TOKEN: ${{ secrets.MKEHARDY_NPM_TOKEN }}
4848
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)