From 0e50d88b54044d1af0d5720ab912da1c118f9744 Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 19 Jun 2026 20:34:16 +0000 Subject: [PATCH] Remove plaintext telegram-notify secrets from git (n8n/portfolio/openclaw/polymarket-bot) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 3c: hooks now read telegram-notify-infisical (synced from homelab/prod /telegram). Deleting these 4 manifests prunes the old plaintext secrets — the bot token leaves git for the remaining 4 namespaces. Completes migration #1. NOTE: polymarket-bot/bot-secrets still embeds the same token (migration #3). Co-Authored-By: Claude Opus 4.8 --- n8n/secret-telegram-notify.yaml | 9 --------- openclaw/secret-telegram-notify.yaml | 9 --------- polymarket-bot/secret-telegram-notify.yaml | 9 --------- portfolio/secret-telegram-notify.yaml | 9 --------- 4 files changed, 36 deletions(-) delete mode 100644 n8n/secret-telegram-notify.yaml delete mode 100644 openclaw/secret-telegram-notify.yaml delete mode 100644 polymarket-bot/secret-telegram-notify.yaml delete mode 100644 portfolio/secret-telegram-notify.yaml diff --git a/n8n/secret-telegram-notify.yaml b/n8n/secret-telegram-notify.yaml deleted file mode 100644 index 2537896..0000000 --- a/n8n/secret-telegram-notify.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: telegram-notify - namespace: n8n -type: Opaque -data: - TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw== - TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng== diff --git a/openclaw/secret-telegram-notify.yaml b/openclaw/secret-telegram-notify.yaml deleted file mode 100644 index 0941498..0000000 --- a/openclaw/secret-telegram-notify.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: telegram-notify - namespace: openclaw -type: Opaque -data: - TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw== - TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng== diff --git a/polymarket-bot/secret-telegram-notify.yaml b/polymarket-bot/secret-telegram-notify.yaml deleted file mode 100644 index 93da634..0000000 --- a/polymarket-bot/secret-telegram-notify.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: telegram-notify - namespace: polymarket-bot -type: Opaque -data: - TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw== - TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng== diff --git a/portfolio/secret-telegram-notify.yaml b/portfolio/secret-telegram-notify.yaml deleted file mode 100644 index 87f64f5..0000000 --- a/portfolio/secret-telegram-notify.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: telegram-notify - namespace: portfolio -type: Opaque -data: - TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw== - TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng==