Skip to content

Commit ffddf4d

Browse files
authored
Update API key env var name for Anthropic
1 parent 05bbea3 commit ffddf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: claude
6262
uses: anthropics/claude-code-action@v1
6363
with:
64-
anthropic_api_key: ${{ secrets.CLAUDE_GITHUB_ACTIONS_ANTHROPIC_KEY }}
64+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
6565
track_progress: true
6666

6767
# This is an optional setting that allows Claude to read CI results on PRs

0 commit comments

Comments
 (0)