From 25098bc82a47f794eb02fc215b40d940efb4f39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:41:39 +0200 Subject: [PATCH] chore(gha): fix conflict checker action (#8586) --- .github/workflows/pr-conflict-checker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-conflict-checker.yml b/.github/workflows/pr-conflict-checker.yml index 2071dbaa78..ee820e87f0 100644 --- a/.github/workflows/pr-conflict-checker.yml +++ b/.github/workflows/pr-conflict-checker.yml @@ -97,6 +97,7 @@ jobs: if: steps.conflict-check.outputs.has_conflicts == 'false' uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: + github-token: ${{ secrets.PROWLER_BOT_ACCESS_TOKEN }} script: | try { await github.rest.issues.removeLabel({