From 2edd5a81884423d7d34f618c1bf7569f2a8233bb Mon Sep 17 00:00:00 2001 From: Vigers Ray <60344369+VigersRay@users.noreply.github.com> Date: Sat, 15 Nov 2025 04:35:50 +0100 Subject: [PATCH] Update environment variables for AI review workflow Added GOOGLE_API_KEY and GEMINI_MODEL to environment variables for AI review. --- .github/workflows/ai-gdd-review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ai-gdd-review.yml b/.github/workflows/ai-gdd-review.yml index d7482db49a..6dfa0f509f 100644 --- a/.github/workflows/ai-gdd-review.yml +++ b/.github/workflows/ai-gdd-review.yml @@ -34,7 +34,8 @@ jobs: - name: Run AI review env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} + GEMINI_MODEL: ${{ secrets.GEMINI_MODEL }} run: | python3 Tools/_sunrise/ai_review.py