diff --git a/notify.yaml b/notify.yaml index 7bb2aaa1..b4fa5df4 100644 --- a/notify.yaml +++ b/notify.yaml @@ -6,4 +6,12 @@ - name: !secret telegram_user_one_name platform: telegram chat_id: !secret telegram_allowed_chat_id_user_one + + - name: !secret telegram_user_two_name + platform: telegram + chat_id: !secret telegram_allowed_chat_id_user_two + + - name: group_notifications + platform: telegram + chat_id: !secret telegram_allowed_chat_id_group_notifications \ No newline at end of file