From 16da2fa6b3816aedab2ce0389ac641f755d0a9b8 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Mon, 20 Apr 2026 13:39:02 +0200 Subject: [PATCH] vars --- .gitea/workflows/ai-review.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ai-review.yaml b/.gitea/workflows/ai-review.yaml index 2d12939..a9b5526 100644 --- a/.gitea/workflows/ai-review.yaml +++ b/.gitea/workflows/ai-review.yaml @@ -10,13 +10,17 @@ jobs: env: AI_REVIEW_CONFIG_FILE_YAML: ./shared-prompts/iac/.ai-review.yaml - # VCS — dynamic per PR + # VCS configuration + VCS__PROVIDER: GITEA VCS__PIPELINE__OWNER: ${{ github.repository_owner }} VCS__PIPELINE__REPO: ${{ github.event.repository.name }} VCS__PIPELINE__PULL_NUMBER: ${{ github.event.pull_request.number }} VCS__HTTP_CLIENT__API_URL: https://git.forteapps.net/api/v1 VCS__HTTP_CLIENT__API_TOKEN: ${{ secrets.AI_REVIEW_TOKEN }} - # LLM — only the secret; rest comes from YAML + # LLM configuration + LLM__PROVIDER: CLAUDE + LLM__META__MODEL: claude-sonnet-4-20250514 + LLM__HTTP_CLIENT__API_URL: https://api.anthropic.com LLM__HTTP_CLIENT__API_TOKEN: ${{ secrets.ANTHROPIC_API_KEY }} steps: