diff --git a/n8n/health-check-code-node.js b/n8n/health-check-code-node.js index 57df6fd..087fdc6 100644 --- a/n8n/health-check-code-node.js +++ b/n8n/health-check-code-node.js @@ -8,7 +8,7 @@ return await (async () => { // ── Configuración ──────────────────────────────────────────────────────── - const TELEGRAM_TOKEN = '8611913802:AAFlrFtc0vYISOliO_W8B4c-W1ue0hG9Fio'; + const TELEGRAM_TOKEN = process.env.TELEGRAM_BOT_TOKEN /* rotado: leer de env, no hardcodear */; const TELEGRAM_CHAT = '5138407666'; const RESTART_WEBHOOK = 'https://n8n.chemavx.xyz/webhook/uptime-kuma-restart'; diff --git a/openclaw/golden/openclaw.json b/openclaw/golden/openclaw.json index e7a6b3b..4391328 100644 --- a/openclaw/golden/openclaw.json +++ b/openclaw/golden/openclaw.json @@ -158,7 +158,7 @@ "telegram": { "enabled": true, "dmPolicy": "pairing", - "botToken": "8611913802:AAFlrFtc0vYISOliO_W8B4c-W1ue0hG9Fio", + "botToken": "", "groupPolicy": "allowlist", "streaming": { "mode": "partial"