From d92db3ec1fc47348b01a938978436ee80d1ee51b Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Fri, 22 May 2026 17:29:06 +0200 Subject: [PATCH] fix: use correct Gemini API secrets in Video Hub workflow --- .github/workflows/agentic_v2_videos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/agentic_v2_videos.yml b/.github/workflows/agentic_v2_videos.yml index d36e027b..40989e84 100644 --- a/.github/workflows/agentic_v2_videos.yml +++ b/.github/workflows/agentic_v2_videos.yml @@ -40,7 +40,8 @@ jobs: - name: Execute Video Hub Enrichment env: PYTHONPATH: ${{ github.workspace }} - GEMINI_API_KEYS: ${{ secrets.GEMINI_API_KEYS }} + GEMINI_API_KEY_1: ${{ secrets.GEMINI_API_KEY_1 }} + GEMINI_API_KEY_2: ${{ secrets.GEMINI_API_KEY_2 }} run: | python src/enrich_videos.py