fix: Automerge PR's where not triggering CI on main branch

This commit is contained in:
Víctor Falcón 2026-02-01 12:40:10 +01:00
parent 1d1c0c36fe
commit ab160ae489
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"