fix(ai-review): tool_choice=none, безопасное извлечение content, убран env-блок (20.09.2026)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
name: AI Code Review
|
||||
|
||||
on:
|
||||
# Кнопка "Run workflow" в UI Gitea
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -20,9 +19,4 @@ jobs:
|
||||
run: pip install httpx
|
||||
|
||||
- name: Run AI review
|
||||
env:
|
||||
TOGETHER_API_KEY: ${{ secrets.TOGETHER_API_KEY }}
|
||||
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
GITEA_INSTANCE: https://git.filwordspl.com
|
||||
GITEA_REPO: Drobysh/filwordspl-backend
|
||||
run: python scripts/ai_review.py
|
||||
|
||||
Reference in New Issue
Block a user