From c12c41fb63d9eb3db18fc926b8b1a5bc91e649ee Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 19 Jun 2026 20:21:30 +0000 Subject: [PATCH] Repoint researchowl PostSync hook to telegram-notify-infisical Both secretKeyRefs (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID) now read the Infisical-managed secret instead of the plaintext-in-git telegram-notify. Old secret stays as fallback until 3c removes its manifest. Co-Authored-By: Claude Opus 4.8 --- researchowl/postsync-smoke-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/researchowl/postsync-smoke-test.yaml b/researchowl/postsync-smoke-test.yaml index a7ed4f9..36dde77 100644 --- a/researchowl/postsync-smoke-test.yaml +++ b/researchowl/postsync-smoke-test.yaml @@ -20,12 +20,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: