mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
fix: use correct Gemini API secrets in Video Hub workflow
This commit is contained in:
3
.github/workflows/agentic_v2_videos.yml
vendored
3
.github/workflows/agentic_v2_videos.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user