From 336d9964266c084203966cd82a0962333f384c7b Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Sun, 26 Jul 2026 21:08:03 +1200 Subject: [PATCH] fix(devops): repoint github-runner registration to the Chrison-Homelab org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The org migration (superproject #290) repointed the superproject but missed the submodules. This shape still declared the OLD org, so a converge of this stack would have re-registered the live runner (CT 3002) away from Chrison-Homelab and taken CI down for real — the runner itself is currently registered correctly, so this was a latent landmine rather than an active break. Refs Homelab#295 --- github-runner.lxc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-runner.lxc.yaml b/github-runner.lxc.yaml index 9359202..94dcfd5 100644 --- a/github-runner.lxc.yaml +++ b/github-runner.lxc.yaml @@ -24,12 +24,12 @@ spec: # Post-create wiring (converge / BL-010): config: - githubOrg: Chrison-dev + githubOrg: Chrison-Homelab secrets: - name: registrationToken valueFrom: provider: name: github action: org-runner-token - with: { org: Chrison-dev } + with: { org: Chrison-Homelab } auth: { env: GH_RUNNER_PAT } # PAT resolved from secrets.env