diff options
| author | Yuren Hao <97327730+YurenHao0426@users.noreply.github.com> | 2025-04-13 21:48:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 21:48:36 -0700 |
| commit | fe6950a7078c8b78fcc05f5eff6bd64bf6cc71fa (patch) | |
| tree | 25fab83a8d2e6b9837d99cf8772d72a3213ff09a /.github | |
| parent | 5f26ab0f361e06e0a792c82436241883a11d80c5 (diff) | |
Update daily_papers.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/daily_papers.yml | 3 |
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 |
