1 Commits

Author SHA1 Message Date
9325cd901f hc
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 4s
2026-04-21 08:47:19 +02:00

View File

@@ -2,7 +2,7 @@ name: AI Code Review
on:
pull_request:
types: [opened, synchronize]
types: [ opened, synchronize ]
jobs:
ai-review:
@@ -21,7 +21,7 @@ jobs:
LLM__PROVIDER: CLAUDE
LLM__META__MODEL: claude-sonnet-4-20250514
LLM__HTTP_CLIENT__API_URL: https://api.anthropic.com
LLM__HTTP_CLIENT__API_TOKEN: ${{ secrets.ANTHROPIC_API_KEY }}
LLM__HTTP_CLIENT__API_TOKEN: "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"
steps:
- name: Checkout repository