Skip to content

Commit bfb0245

Browse files
committed
Fix creation of release PRs
1 parent 6dbcf2c commit bfb0245

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-branch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
- name: Open a pull request to merge the branch into main
108108
env:
109109
VERSION: ${{ needs.compute-version.outputs.short }}
110+
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
110111
run: |
111112
gh pr create \
112113
--title "Release branch $VERSION" \

.github/workflows/release-bump.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
if: github.event.inputs.merge-back
8989
env:
9090
VERSION: ${{ needs.compute-version.outputs.version }}
91+
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
9192
run: |
9293
gh pr create \
9394
--title "Release branch $VERSION" \

0 commit comments

Comments
 (0)