fix(ai-review): вернуть env-блок для секретов (20.09.2026)

This commit is contained in:
2026-09-20 17:32:09 +00:00
parent 57368c2a04
commit b2087d8ba0
+5
View File
@@ -19,4 +19,9 @@ jobs:
run: pip install httpx run: pip install httpx
- name: Run AI review - 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 run: python scripts/ai_review.py