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