fix: use correct Gemini API secrets in Video Hub workflow

This commit is contained in:
Nubenetes Bot
2026-05-22 17:29:06 +02:00
parent 957b105244
commit d92db3ec1f

View File

@@ -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