From afefbffdece9eed9717c20e376392cad67d5d065 Mon Sep 17 00:00:00 2001 From: Mister Marko <106281235+cmarko89@users.noreply.github.com> Date: Wed, 23 Sep 2026 11:41:24 -0400 Subject: [PATCH] ci(automerge): merge as the deploy-bot app Standardizes the fleet auto-merge identity on emkraan-deploy-bot; GITHUB_TOKEN stays only as the automatic fallback. --- .github/workflows/automerge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index eb0cf02..f27f747 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -37,3 +37,6 @@ jobs: uses: Emkraan/.github/.github/workflows/reusable-automerge.yml@main with: runs-on: '"ubuntu-latest"' + app-client-id: ${{ vars.DEPLOY_APP_ID }} + secrets: + app-private-key: ${{ secrets.DEPLOY_APP_PRIVATE_KEY }}