fix(ai-review): tool_choice=none, безопасное извлечение content, убран env-блок (20.09.2026)

This commit is contained in:
2026-09-20 17:29:19 +00:00
parent da4f64994f
commit 57368c2a04
2 changed files with 25 additions and 14 deletions
-6
View File
@@ -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