fix(devops): repoint github-runner registration to the Chrison-Homelab org - #8
Merged
Conversation
…b org 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs Homelab #295.
The org migration (Homelab #290) repointed the superproject but missed the submodules. This shape still declared the old org in two places:
This was a latent landmine, not an active break. The live runner (CT 3002,
homelab-desktop-01) is currently registered toChrison-Homelaband its service is active — but aconverge stacks/DevOps --applywould have re-registered it against the old org and taken CI down for real. Fixing the shape makes it match reality and removes the trap.No converge needed: the runner is already in the desired state.
🤖 Generated with Claude Code