From a56ab215e16fb1b1fdef149bd30ec4acaeaaf7d7 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 10 Jun 2024 14:04:59 +0545 Subject: [PATCH] chore: notify to rocketchat_talk_webhook --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 7d5fa7e7..88f495b0 100644 --- a/.drone.star +++ b/.drone.star @@ -181,7 +181,7 @@ def notification(config): "image": "plugins/slack", "settings": { "webhook": { - "from_secret": "rocketchat_chat_webhook", + "from_secret": "rocketchat_talk_webhook", }, "channel": "builds", },