Skip to content

Commit f4f6c63

Browse files
committed
Fix GITHUB_TOKEN value in prepare-mergeback-branch
1 parent dc338b2 commit f4f6c63

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/prepare-mergeback-branch

1 file changed

+1
-1
lines changed

.github/actions/prepare-mergeback-branch/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
BASE_BRANCH: "${{ inputs.base }}"
4949
HEAD_BRANCH: "${{ inputs.head }}"
5050
NEW_BRANCH: "${{ inputs.branch }}"
51-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
51+
GITHUB_TOKEN: "${{ inputs.token }}"
5252
run: |
5353
set -exu
5454
pr_title="Mergeback ${VERSION} ${HEAD_BRANCH} into ${BASE_BRANCH}"

0 commit comments

Comments
 (0)