Fixed review?
Some checks failed
Code review / review (pull_request) Failing after 10s
Build and publish / Build Container (push) Successful in 39s

This commit is contained in:
2025-12-27 21:04:48 -05:00
parent 6fccede7ba
commit e0f3a3cd82
2 changed files with 4 additions and 3 deletions

View File

@@ -16,8 +16,9 @@ jobs:
- name: Run AI Review
run: |
echo $GITHUB_WORKSPACE
docker pull "git.zakscode.com/ztimson/ai-reviewer:test"
docker run --rm -v ./:/app \
docker run --rm -v $GITHUB_WORKSPACE:/app \
-e AI_HOST=anthropic \
-e AI_MODEL=claude-sonnet-4-5 \
-e AI_TOKEN="${{ secrets.ANTHROPIC_TOKEN }}" \