Commit 7b5a630
chore: improve lychee config and rename GH_TOKEN to GITHUB_TOKEN (#1063)
* rename GH_TOKEN to GITHUB_TOKEN
Aligns with the standard env var name that tools like lychee
read automatically for GitHub API authentication.
Co-Authored-By: Claude <noreply@anthropic.com>
* improve lychee link checker config
- Exclude localhost URLs (code examples, not real links)
- Exclude Google Trends (always rate-limits bots)
- Source .env before running lychee so GITHUB_TOKEN is available
locally to avoid GitHub rate limiting
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: dslovinsky <dslovinsky@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 5569b50 commit 7b5a630
4 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments