Commit 0b056aa
ci: Add weekly workflow to refresh nix-branch flake
GitHub Actions schedules and workflow_dispatch only fire from the
default branch, so the updater for the orphan `nix` branch lives
here. Each Monday it checks out `nix`, runs update.py to fetch the
latest gitopolis release's SHA256SUMS, and pushes the bumped
flake.nix back to `nix` if anything changed.
The commit identity used by the workflow is the standard
github-actions[bot] one. The email format
`<user-id>+<username>@users.noreply.github.com` is GitHub's noreply
scheme; `41898282` is the stable user ID for github-actions[bot].
Using this identity gives the auto-bump commits the bot avatar in
the GitHub UI and a "Verified" badge (the default GITHUB_TOKEN
auto-signs commits made under it), and keeps them visually distinct
from human commits in git log.
Assisted-by: Claude:Opus-4.7-1M [Claude-Code]
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cb4f271 commit 0b056aa
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments