From 9bb08613030ffcc7e85b77ee65988b281e8c0824 Mon Sep 17 00:00:00 2001 From: simonrosenberg <157206163+simonrosenberg@users.noreply.github.com> Date: Thu, 23 Apr 2026 17:35:56 -0300 Subject: [PATCH] chore: use OPENHANDS_BOT_GITHUB_PAT_PUBLIC in pr-review-by-openhands.yml --- .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..744de8a6 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.OPENHANDS_BOT_GITHUB_PAT_PUBLIC }} lmnr-api-key: ${{ secrets.LMNR_SKILLS_API_KEY }}