diff options
| author | blackhao <13851610112@163.com> | 2025-03-29 06:51:06 -0500 |
|---|---|---|
| committer | blackhao <13851610112@163.com> | 2025-03-29 06:51:06 -0500 |
| commit | 3ce5234a0b3d898ebca45d5cb3b820c5c39b9830 (patch) | |
| tree | 72c1096c6bf5f36f419c58851271f707c9bdf9c3 | |
| parent | c75c7d42be8aeb998b36f5e444e844b7242bbb90 (diff) | |
3rd version for test
| -rw-r--r-- | .github/workflows/daily_papers.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/daily_papers.yml b/.github/workflows/daily_papers.yml index d32db15..94b93d2 100644 --- a/.github/workflows/daily_papers.yml +++ b/.github/workflows/daily_papers.yml @@ -22,6 +22,6 @@ jobs: - name: Run script env: - TARGET_REPO_TOKEN: ${{ secrets.TARGET_REPO_TOKEN }} # 之后我们会在主仓库配置这个 - TARGET_REPO_NAME: "YourUsername/llm-bias-papers" # 后面我们会改成你的目标仓库名 + TARGET_REPO_TOKEN: ${{ secrets.TARGET_REPO_TOKEN }} # + TARGET_REPO_NAME: "YurenHao0426/llm-bias-papers" # run: python scripts/fetch_papers.py |
