From b124f128e6648e13c1e23de0428e88d88b2264b3 Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 19 Jun 2026 20:31:02 +0000 Subject: [PATCH] Repoint PostSync hooks to telegram-notify-infisical (n8n/portfolio/openclaw/polymarket-bot) Phase 3b: all 4 hooks' secretKeyRefs now read the Infisical-managed secret. Old plaintext telegram-notify secrets stay as fallback until 3c. Co-Authored-By: Claude Opus 4.8 --- n8n/postsync-smoke-test.yaml | 4 ++-- openclaw/postsync-smoke-test.yaml | 4 ++-- polymarket-bot/postsync-smoke-test.yaml | 4 ++-- portfolio/postsync-smoke-test.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/n8n/postsync-smoke-test.yaml b/n8n/postsync-smoke-test.yaml index 7ed8c82..0b96c96 100644 --- a/n8n/postsync-smoke-test.yaml +++ b/n8n/postsync-smoke-test.yaml @@ -19,12 +19,12 @@ spec: - name: TELEGRAM_BOT_TOKEN valueFrom: secretKeyRef: - name: telegram-notify + name: telegram-notify-infisical key: TELEGRAM_BOT_TOKEN - name: TELEGRAM_CHAT_ID valueFrom: secretKeyRef: - name: telegram-notify + name: telegram-notify-infisical key: TELEGRAM_CHAT_ID command: ["/bin/sh", "-c"] args: diff --git a/openclaw/postsync-smoke-test.yaml b/openclaw/postsync-smoke-test.yaml index cd555c4..a5979d8 100644 --- a/openclaw/postsync-smoke-test.yaml +++ b/openclaw/postsync-smoke-test.yaml @@ -19,12 +19,12 @@ spec: - name: TELEGRAM_BOT_TOKEN valueFrom: secretKeyRef: - name: telegram-notify + name: telegram-notify-infisical key: TELEGRAM_BOT_TOKEN - name: TELEGRAM_CHAT_ID valueFrom: secretKeyRef: - name: telegram-notify + name: telegram-notify-infisical key: TELEGRAM_CHAT_ID command: ["/bin/sh", "-c"] args: diff --git a/polymarket-bot/postsync-smoke-test.yaml b/polymarket-bot/postsync-smoke-test.yaml index fec3c8f..4b216ce 100644 --- a/polymarket-bot/postsync-smoke-test.yaml +++ b/polymarket-bot/postsync-smoke-test.yaml @@ -19,12 +19,12 @@ spec: - name: TELEGRAM_BOT_TOKEN valueFrom: secretKeyRef: - name: telegram-notify + name: telegram-notify-infisical key: TELEGRAM_BOT_TOKEN - name: TELEGRAM_CHAT_ID valueFrom: secretKeyRef: - name: telegram-notify + name: telegram-notify-infisical key: TELEGRAM_CHAT_ID command: ["/bin/sh", "-c"] args: diff --git a/portfolio/postsync-smoke-test.yaml b/portfolio/postsync-smoke-test.yaml index f0da0a6..944009d 100644 --- a/portfolio/postsync-smoke-test.yaml +++ b/portfolio/postsync-smoke-test.yaml @@ -19,12 +19,12 @@ spec: - name: TELEGRAM_BOT_TOKEN valueFrom: secretKeyRef: - name: telegram-notify + name: telegram-notify-infisical key: TELEGRAM_BOT_TOKEN - name: TELEGRAM_CHAT_ID valueFrom: secretKeyRef: - name: telegram-notify + name: telegram-notify-infisical key: TELEGRAM_CHAT_ID command: ["/bin/sh", "-c"] args: