From 61e450de74a622eeb44f9f8556d0443a02353a62 Mon Sep 17 00:00:00 2001 From: S Date: Mon, 2 Mar 2026 10:46:29 -0500 Subject: [PATCH] fix: update .env.example to correct script phase reference for auto-populated values --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 51f8331..ba82960 100644 --- a/.env.example +++ b/.env.example @@ -91,7 +91,7 @@ GITEA_BACKUP_ADMIN_TOKEN= # API token for backup instance — do not fil # ----------------------------------------------------------------------------- RUNNER_DEFAULT_IMAGE=catthehacker/ubuntu:act-latest # Default container image for docker runners LOCAL_REGISTRY= # Local registry prefix (e.g. registry.local:5000), empty = Docker Hub -# AUTO-POPULATED by phase1 scripts — do not fill manually: +# AUTO-POPULATED by phase3 scripts — do not fill manually: GITEA_RUNNER_REGISTRATION_TOKEN= # Retrieved from Gitea admin panel via API