mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-30 12:33:11 -05:00
fix: use GITHUB_TOKEN for auto-merge to respect CI checks (#6953)
This commit is contained in:
2
.github/workflows/auto-merge-l10n.yml
vendored
2
.github/workflows/auto-merge-l10n.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
||||
|
||||
- name: Enable auto-merge
|
||||
env:
|
||||
GH_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||
REPO: ${{ github.repository }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user