Skip to content

Commit

Permalink
ci: set GH_TOKEN for "Bump package.json" in release-plz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 6, 2024
1 parent bc70948 commit 43d1e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Bump package.json
if: ${{ steps.release-plz.outputs.prs_created }}
env:
GH_TOKEN: ${{ github.token }}
RELEASES: ${{ steps.release-plz.outputs.releases }}
PR: ${{ steps.release-plz.outputs.pr }}
run: |
Expand Down

0 comments on commit 43d1e39

Please sign in to comment.