feat: pass OPENAI_API_KEY to recording step for TTS narration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
snomiao
2026-03-27 04:53:13 +00:00
parent 63dbe002d1
commit 458b2e918c

View File

@@ -289,6 +289,7 @@ jobs:
shell: bash
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
TARGET_TYPE: ${{ needs.resolve-matrix.outputs.target_type }}
run: |
MODE="before"