We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90a6da commit 4866ee8Copy full SHA for 4866ee8
1 file changed
.github/workflows/claude-code-review.yml
@@ -35,6 +35,7 @@ jobs:
35
id: claude-review
36
uses: anthropics/claude-code-action@v1
37
with:
38
+ github_token: ${{ secrets.GITHUB_TOKEN }}
39
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
40
prompt: |
41
REPO: ${{ github.repository }}
0 commit comments