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 934ee7b commit a06b83bCopy full SHA for a06b83b
.github/workflows/promote-branch.yml
@@ -172,6 +172,7 @@ jobs:
172
git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}
173
- name: 'Create PR'
174
env:
175
+ GH_TOKEN: ${{ github.token }}
176
current-branch: ${{ github.ref_name }}
177
target-branch: ${{ needs.workflow-variables.outputs.target-branch }}
178
run: |
0 commit comments