diff --git a/.drone.yml b/.drone.yml index 5b6638b..0e7766d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -486,8 +486,10 @@ steps: image: appleboy/drone-telegram settings: message: "Commit {{ commit.message }} ran with build {{ build.number }} and finished with status {{ build.status }}." - to: 14852963 - token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY + to: + from_secret: telegram_userid + token: + from_secret: telegram_secret when: status: - failure @@ -517,8 +519,10 @@ steps: image: appleboy/drone-telegram settings: message: "Release {{ build.tag }} ran with build {{ build.number }} and finished with status {{ build.status }}." - to: 14852963 - token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY + to: + from_secret: telegram_userid + token: + from_secret: telegram_secret when: status: - failure