Skip to content

Commit

Permalink
ci(action.yml): add github token to lerna version step to authenticate
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Apr 19, 2024
1 parent ead628c commit 0f16e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ runs:
- name: Bump Versions
run: pnpm version:ci
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.github-token }}

- name: Publish Packages
run: pnpm publish:ci
Expand Down

0 comments on commit 0f16e33

Please sign in to comment.