From d0bc081f9e721f73a6a5255951d132f8e22b251b Mon Sep 17 00:00:00 2001 From: Hirusha Himath <77770753+Itz-fork@users.noreply.github.com> Date: Tue, 26 Dec 2023 01:29:06 +0530 Subject: [PATCH] Create notify.yml --- .github/workflows/notify.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/notify.yml diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml new file mode 100644 index 00000000..e535bfdd --- /dev/null +++ b/.github/workflows/notify.yml @@ -0,0 +1,5 @@ +- name: Notify the commit on Telegram + uses: EverythingSuckz/github-telegram-notify@main + with: + bot_token: '${{ secrets.BOT_TOKEN }}' + chat_id: '${{ secrets.CHAT_ID }}'