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.
GITHUB_TOKEN
prepare-mergeback-branch
1 parent dc338b2 commit f4f6c63Copy full SHA for f4f6c63
.github/actions/prepare-mergeback-branch/action.yml
@@ -48,7 +48,7 @@ runs:
48
BASE_BRANCH: "${{ inputs.base }}"
49
HEAD_BRANCH: "${{ inputs.head }}"
50
NEW_BRANCH: "${{ inputs.branch }}"
51
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ GITHUB_TOKEN: "${{ inputs.token }}"
52
run: |
53
set -exu
54
pr_title="Mergeback ${VERSION} ${HEAD_BRANCH} into ${BASE_BRANCH}"
0 commit comments