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

This commit is contained in:
2025-12-27 20:59:12 -05:00
parent f00906045a
commit 6fccede7ba
2 changed files with 2 additions and 2 deletions

View File

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

View File

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