fix: update .env.example to correct script phase reference for auto-populated values

This commit is contained in:
S
2026-03-02 10:46:29 -05:00
parent 828a061af4
commit 61e450de74

View File

@@ -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 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 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 GITEA_RUNNER_REGISTRATION_TOKEN= # Retrieved from Gitea admin panel via API