From a77f121c89082adf97f1149d2d394fb12c672c7c Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Fri, 1 Mar 2024 10:28:26 +0100 Subject: [PATCH] [test-only] send notification to the rocket talk infinitescale channel (#8547) * send notification to the matrix channel * delete triggers --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index 47c47f439..da728e8d3 100644 --- a/.drone.star +++ b/.drone.star @@ -143,8 +143,8 @@ config = { "skip": False, }, "rocketchat": { - "channel": "ocis-internal", - "from_secret": "rocketchat_chat_webhook", + "channel": "infinitescale", + "from_secret": "rocketchat_talk_webhook", }, "binaryReleases": { "os": ["linux", "darwin"],