diff --git a/.gitea/workflows/ai-review.yml b/.gitea/workflows/ai-review.yml index c7f7673..9051870 100644 --- a/.gitea/workflows/ai-review.yml +++ b/.gitea/workflows/ai-review.yml @@ -19,4 +19,9 @@ 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