We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bbea3 commit ffddf4dCopy full SHA for ffddf4d
.github/workflows/claude.yml
@@ -61,7 +61,7 @@ jobs:
61
id: claude
62
uses: anthropics/claude-code-action@v1
63
with:
64
- anthropic_api_key: ${{ secrets.CLAUDE_GITHUB_ACTIONS_ANTHROPIC_KEY }}
+ anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
65
track_progress: true
66
67
# This is an optional setting that allows Claude to read CI results on PRs
0 commit comments