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 a392c3f commit 91b46cdCopy full SHA for 91b46cd
2 files changed
.github/workflows/claude-code-review.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Run Claude Code Review
36
id: claude-review
37
- uses: anthropics/claude-code-action@beta
+ uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f # beta (v0.0.63)
38
with:
39
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
40
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
.github/workflows/claude.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run Claude Code
id: claude
anthropic_api_key: ${{ secrets.GITHUB_ACTIONS_CLAUDE }}
0 commit comments