From 7f1561371ffe97b1210acba1de88cb3a2af620c3 Mon Sep 17 00:00:00 2001 From: netops Date: Thu, 4 Sep 2025 02:44:27 +0000 Subject: [PATCH] Sanitize token in config template --- scripts/orchestrator/core/config.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/orchestrator/core/config.yaml.template b/scripts/orchestrator/core/config.yaml.template index 7cdc95a..f3dc96a 100644 --- a/scripts/orchestrator/core/config.yaml.template +++ b/scripts/orchestrator/core/config.yaml.template @@ -28,7 +28,7 @@ pr_creation: gitea: url: "https://git.salmutt.dev" repo: "sal/srx-config" - token: "${GITEA_TOKEN}" # Use actual token + token: "${GITEA_TOKEN}" branch: "main" labels: ["ai-generated", "auto-config", "pending-review"]