We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf5f18 commit a07ab72Copy full SHA for a07ab72
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
# ======================= 环境变量配置 =======================
67
# 敏感信息:从 GitHub Secrets 读取
68
# 请确保在仓库的 Settings -> Secrets and variables -> Actions 中设置了这些值
69
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
70
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
71
SILICONFLOW_API_KEY: ${{ secrets.SILICONFLOW_API_KEY }} # 如果你不用SiliconFlow,可以删除或留空这个secret
72
0 commit comments