Commit d42d71b
Niraj Bajpai
fix(arxiv): Use result.summary to fix AttributeError
The `arxiv` library has updated its API, and the `Result` object no longer has an `abstract` attribute. This commit updates the `fetch_arxiv_papers.py` script to use the `summary` attribute instead, which fixes the `AttributeError` that was causing the 'arXiv Daily Paper Crawler' workflow to fail.
Additionally, this commit updates the `update-starred-repos.yml` workflow to use a Personal Access Token (PAT) instead of the default `GITHUB_TOKEN`, as the default token does not have the required permissions to star repositories.1 parent 9bb2176 commit d42d71b
File tree
3 files changed
+163
-113
lines changed- .github/workflows
- scripts
3 files changed
+163
-113
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments