From 5a971d16cb4a9700b3f1623ccb1261e46a113ab5 Mon Sep 17 00:00:00 2001 From: steam Date: Thu, 6 Oct 2022 08:55:13 +0200 Subject: [PATCH] hide telegram secrets --- scm/.drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scm/.drone.yml b/scm/.drone.yml index 1be3880..02b2499 100644 --- a/scm/.drone.yml +++ b/scm/.drone.yml @@ -11,5 +11,7 @@ steps: image: appleboy/drone-telegram name: "send telegram notification" settings: - to: 733452136 - token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM" + to: + from_secret: telegram_to + token: + from_secret: telegram_token