Skip to content

Commit 23cb0f3

Browse files
committed
build: use monorepo token now that we are set to manifest
1 parent f0c8d15 commit 23cb0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
if: ${{ steps.release.outputs.releases_created }}
4343
- run: npm publish
4444
env:
45-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
45+
NODE_AUTH_TOKEN: ${{secrets.NPM_MONOREPO_TOKEN}}
4646
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)