Skip to content

Commit

Permalink
build: use monorepo token now that we are set to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 20, 2021
1 parent f0c8d15 commit 23cb0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_MONOREPO_TOKEN}}
if: ${{ steps.release.outputs.releases_created }}

0 comments on commit 23cb0f3

Please sign in to comment.