Skip to content

Commit 4b34644

Browse files
author
zhoumian
committed
fix: render 步骤注入 TMDB_API_KEY,前端搜索功能恢复
1 parent f796c05 commit 4b34644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/fetch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- name: 生成前端数据
9898
run: python -m scripts.render
9999
env:
100+
TMDB_API_KEY: ${{ secrets.TMDB_API_KEY }}
100101
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
101102
LLM_API_BASE: ${{ secrets.LLM_API_BASE }}
102103
LLM_MODEL: ${{ secrets.LLM_MODEL }}

0 commit comments

Comments
 (0)