Skip to content

Commit a07ab72

Browse files
authored
Update main.yml
1 parent fbf5f18 commit a07ab72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# ======================= 环境变量配置 =======================
6767
# 敏感信息:从 GitHub Secrets 读取
6868
# 请确保在仓库的 Settings -> Secrets and variables -> Actions 中设置了这些值
69-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
7070
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
7171
SILICONFLOW_API_KEY: ${{ secrets.SILICONFLOW_API_KEY }} # 如果你不用SiliconFlow,可以删除或留空这个secret
7272

0 commit comments

Comments
 (0)