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 dcb54bd commit db4a917Copy full SHA for db4a917
.github/workflows/claude-code-review.yml
@@ -21,11 +21,6 @@ jobs:
21
with:
22
fetch-depth: 0 # Get full history for accurate diffs
23
24
- # Debug - let's see if our token is being set
25
- - name: Debug token
26
- run: |
27
- echo "Token defined: ${{ env.OVERRIDE_GITHUB_TOKEN != '' }}"
28
- echo "GITHUB_TOKEN defined: ${{ secrets.GITHUB_TOKEN != '' }}"
29
30
- name: Run Code Review with Claude
31
uses: anthropics/claude-code-action@beta
0 commit comments