From 1afe6d5aae52f10a4b2d61b7f0a248aeee498ca4 Mon Sep 17 00:00:00 2001 From: yanas Date: Wed, 11 Mar 2026 17:09:45 -0500 Subject: [PATCH] fix: pass github_token explicitly to claude-code-action Without an explicit github_token, claude-code-action@beta tries to exchange the OIDC token for a Claude Code GitHub App token, which fails when the app is not installed. Passing GITHUB_TOKEN directly lets the action authenticate via ANTHROPIC_API_KEY instead. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/pr-classify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-classify.yml b/.github/workflows/pr-classify.yml index 056709f..2b280ea 100644 --- a/.github/workflows/pr-classify.yml +++ b/.github/workflows/pr-classify.yml @@ -36,6 +36,7 @@ jobs: uses: anthropics/claude-code-action@beta with: model: claude-haiku-4-5-20251001 + github_token: ${{ secrets.GITHUB_TOKEN }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} direct_prompt: | You are classifying a pull request for jitsi-meet, an open-source WebRTC