summaryrefslogtreecommitdiff
path: root/.github/workflows/daily_papers.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/daily_papers.yml')
-rw-r--r--.github/workflows/daily_papers.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/daily_papers.yml b/.github/workflows/daily_papers.yml
index 9c674b6..cae6b6c 100644
--- a/.github/workflows/daily_papers.yml
+++ b/.github/workflows/daily_papers.yml
@@ -19,11 +19,12 @@ jobs:
- name: Install dependencies
run: |
- pip install requests feedparser PyGithub
+ pip install requests feedparser PyGithub openai
- name: Run fetch script
env:
TARGET_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub 的自动 token
TARGET_REPO_NAME: "YurenHao0426/awesome-llm-bias-papers"
UIUC_API_KEY: ${{ secrets.UIUC_API_KEY }} # 取出你的API密钥
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: python scripts/fetch_papers.py