We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14396b2 commit a6d9995Copy full SHA for a6d9995
.github/workflows/release-branch.yaml
@@ -107,6 +107,7 @@ jobs:
107
- name: Open a pull request to merge the branch into main
108
env:
109
VERSION: ${{ needs.compute-version.outputs.short }}
110
+ GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
111
run: |
112
gh pr create \
113
--title "Release branch $VERSION" \
.github/workflows/release-bump.yaml
@@ -88,6 +88,7 @@ jobs:
88
if: github.event.inputs.merge-back
89
90
VERSION: ${{ needs.compute-version.outputs.version }}
91
92
93
94
0 commit comments