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({