Skip to content

Commit db4a917

Browse files
committed
remove debug
1 parent dcb54bd commit db4a917

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
with:
2222
fetch-depth: 0 # Get full history for accurate diffs
2323

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 != '' }}"
2924

3025
- name: Run Code Review with Claude
3126
uses: anthropics/claude-code-action@beta

0 commit comments

Comments
 (0)