Sanitize token in config template

This commit is contained in:
2025-09-04 02:44:27 +00:00
parent 84451f1247
commit 7f1561371f

View File

@@ -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"]