fix: Automerge PR's where not triggering CI on main branch
This commit is contained in:
parent
1d1c0c36fe
commit
ab160ae489
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- name: Merge PR with Automerge label
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.MERGE_TOKEN }}
|
||||
REPO: ${{ github.repository }}
|
||||
run: |
|
||||
HEAD_BRANCH="${{ github.event.workflow_run.head_branch }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue