Commit c4e905b
committed
fix(ci): push automated data commits with BOT_TOKEN
The daily-update / weekly-digest jobs pushed with the default GITHUB_TOKEN
(github-actions[bot]), which the 'main' ruleset rejected ('repository rule
violations') since the bot is not a bypass actor — so no track data had been
committed since initial setup. Persist the BOT_TOKEN PAT (whose admin owner is
in the ruleset's Repository-admin bypass list) via actions/checkout instead.
This also lets the data commits trigger deploy-pages: pushes made with
GITHUB_TOKEN are suppressed by GitHub's workflow-recursion guard, so the site
previously never refreshed after a data commit.1 parent 478d484 commit c4e905b
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
0 commit comments