From 908d741d9dcd7e73d199ad5988424e05ba1f2438 Mon Sep 17 00:00:00 2001 From: Deric Walintukan Date: Tue, 21 Jul 2026 21:00:37 -0700 Subject: [PATCH] swap out api key for oauth token --- .github/workflows/claude-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-issue.yml b/.github/workflows/claude-issue.yml index 11c3b94..b867a2f 100644 --- a/.github/workflows/claude-issue.yml +++ b/.github/workflows/claude-issue.yml @@ -43,7 +43,7 @@ jobs: - name: Implement and open PR uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Left unset so the action mints a Claude GitHub App token. PRs opened # with the default GITHUB_TOKEN do not trigger test.yml (GitHub's # anti-recursion rule). Uncomment only if the app is not installed.