Skip to content

Commit 1b21154

Browse files
authored
ci: Ensure we pass correct token to auto-merge step (#7879)
1 parent e3313ad commit 1b21154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gitflow-sync-develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
- name: Enable automerge for PR
4242
run: gh pr merge --merge --auto "1"
43+
env:
44+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4345

4446
# https://github.com/marketplace/actions/auto-approve
4547
- name: Auto approve PR

0 commit comments

Comments
 (0)