fix(ai-review): вернуть env-блок для секретов (20.09.2026)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user