generated from ztimson/template
Fixed review?
This commit is contained in:
2
.github/workflows/review.yml
vendored
2
.github/workflows/review.yml
vendored
@@ -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 }}" \
|
||||
|
||||
@@ -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 }}" \
|
||||
|
||||
Reference in New Issue
Block a user