Skip to content

Commit 945b49c

Browse files
committed
add proxy env
1 parent b10f527 commit 945b49c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,15 @@ jobs:
9797
echo "npm prefix bin: $(npm config get prefix)/bin" || true
9898
9999
- 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
100103
run: claude -p 'hello!'
101104

102105
- name: Run Claude Code via wrapper
103106
env:
107+
ANTHROPIC_API_KEY: 'your-secret-here'
108+
ANTHROPIC_BASE_URL: http://localhost:3456
104109
PR_NUMBER: ${{ github.event.pull_request.number }}
105110
PR_SHA: ${{ github.event.pull_request.head.sha }}
106111
PR_BASE_REF: ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)