From d23273f915e984af2332ace45d394a6e612f8492 Mon Sep 17 00:00:00 2001 From: Debug Agent Date: Mon, 20 Apr 2026 14:46:32 -0300 Subject: [PATCH] chore: rename ALLHANDS_BOT_GITHUB_PAT to PAT_TOKEN Standardises on the org-wide PAT_TOKEN secret name. Part of OpenHands/evaluation#428. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/pr-review-by-openhands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-review-by-openhands.yml b/.github/workflows/pr-review-by-openhands.yml index 42dea9a1..1b98aeb8 100644 --- a/.github/workflows/pr-review-by-openhands.yml +++ b/.github/workflows/pr-review-by-openhands.yml @@ -46,5 +46,5 @@ jobs: # [DEPRECATED] review-style is no longer used; standard and roasted are merged # review-style: roasted llm-api-key: ${{ secrets.LLM_API_KEY }} - github-token: ${{ secrets.ALLHANDS_BOT_GITHUB_PAT }} + github-token: ${{ secrets.PAT_TOKEN }} lmnr-api-key: ${{ secrets.LMNR_SKILLS_API_KEY }}