We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8756c commit c8e645eCopy full SHA for c8e645e
.github/workflows/claude-code-review.yml
@@ -23,7 +23,7 @@ jobs:
23
id: claude-review
24
uses: anthropics/claude-code-action@beta
25
with:
26
- claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
+ anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
27
model: "claude-opus-4-1-20250805"
28
29
# Direct prompt for automated review (no @claude mention needed)
.github/workflows/claude.yml
@@ -34,7 +34,7 @@ jobs:
34
id: claude
35
36
37
38
39
additional_permissions: |
40
actions: read
0 commit comments