diff --git a/docs/devops/gitea-runner/ROADMAP.md b/docs/devops/gitea-runner/ROADMAP.md index 96d62c7d..3a48f1eb 100644 --- a/docs/devops/gitea-runner/ROADMAP.md +++ b/docs/devops/gitea-runner/ROADMAP.md @@ -54,9 +54,9 @@ Total phases: **6** (P0 → P5) + **Review handoff (P6)** - [x] **P1.1** Create `gitea-runner` user (idempotent; docker group) - Commit: _system change, not git_ - Status: `Created gitea-runner user; id shows uid=1001 gid=1001 groups=gitea-runner,docker.` -- [ ] **P1.2** Download `act_runner` binary, SHA256-verify, install to `/usr/local/bin/` +- [x] **P1.2** Download `act_runner` binary, SHA256-verify, install to `/usr/local/bin/` - Commit: _system change_ - - Status: `` + - Status: `Installed /usr/local/bin/act_runner as gitea-runner version v1.0.6; SHA256 verified via gitea/runner checksums.txt. Deviation: upstream repo/assets are now gitea/runner + gitea-runner-* rather than gitea/act_runner + act_runner-*.` - [ ] **P1.3** Obtain registration token from Gitea (instance level) - Commit: _none (token in memory only)_ - Status: ``