From bb4c29f68eff4c8f38f14e2ac1fd15dc3829e32b Mon Sep 17 00:00:00 2001 From: avallete Date: Thu, 12 Jun 2025 11:25:15 +0200 Subject: [PATCH] chore(ci): use PAT for generated PR Otherwise additional workflows (CI/tests) won't be started over the generated PR and will be kept pending --- .github/workflows/api-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/api-sync.yml b/.github/workflows/api-sync.yml index 4079ec7a49..327dc8e21f 100644 --- a/.github/workflows/api-sync.yml +++ b/.github/workflows/api-sync.yml @@ -40,6 +40,7 @@ jobs: if: steps.check.outputs.has_changes == 'true' uses: peter-evans/create-pull-request@v5 with: + token: ${{ secrets.GH_PAT }} commit-message: "chore: sync API types from infrastructure" title: "chore: sync API types from infrastructure" body: |