From 4b97bd01eac424ea8e4ba3302e497a52ec1c2f5a Mon Sep 17 00:00:00 2001 From: bvandeusen Date: Fri, 31 Jul 2026 23:42:38 -0400 Subject: [PATCH] docs: Fabled-Git, not Forgejo, in ci-requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The instance has run Gitea since the migration; "Forgejo Actions services:" is Fabled-Git Actions. Prose only — no workflow or path change. Scribe issue #2272. --- ci-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-requirements.md b/ci-requirements.md index 86c04bd..22ba73e 100644 --- a/ci-requirements.md +++ b/ci-requirements.md @@ -46,7 +46,7 @@ git.fabledsword.com/bvandeusen/ci-python:3.14 - Steward has **no frontend and no Redis/Celery** (no external workers), so there is no frontend-build lane and the only service container is Postgres. -- Integration uses Forgejo Actions `services:` + a socket-discovered bridge IP +- Integration uses Fabled-Git Actions `services:` + a socket-discovered bridge IP because `act_runner` (swarm-runner v0.6+) puts services on the default bridge with no embedded DNS. FabledCurator's `ci.yml` is the canonical example of the pattern; Steward's is the same shape minus Redis and minus sharding.