We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10f527 commit 945b49cCopy full SHA for 945b49c
.github/workflows/claude-code-review.yml
@@ -97,10 +97,15 @@ jobs:
97
echo "npm prefix bin: $(npm config get prefix)/bin" || true
98
99
- name: Try simple Claude request (to be removed later)
100
+ env:
101
+ ANTHROPIC_API_KEY: 'your-secret-here'
102
+ ANTHROPIC_BASE_URL: http://localhost:3456
103
run: claude -p 'hello!'
104
105
- name: Run Claude Code via wrapper
106
env:
107
108
109
PR_NUMBER: ${{ github.event.pull_request.number }}
110
PR_SHA: ${{ github.event.pull_request.head.sha }}
111
PR_BASE_REF: ${{ github.event.pull_request.base.ref }}
0 commit comments