Skip to content

Commit fc4238b

Browse files
author
Mark Saroufim
committed
Switch back to anthropic_api_key for GitHub Actions auth
1 parent 486884a commit fc4238b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: claude-review
3636
uses: anthropics/claude-code-action@v1
3737
with:
38-
claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }}
38+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3939
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
4040
plugins: 'code-review@claude-code-plugins'
4141
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: claude
3535
uses: anthropics/claude-code-action@v1
3636
with:
37-
claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }}
37+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3838

3939
# This is an optional setting that allows Claude to read CI results on PRs
4040
additional_permissions: |

0 commit comments

Comments
 (0)