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 6dbcf2c commit bfb0245Copy full SHA for bfb0245
.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