From d00d83b284c0850518649f1d3dc684a85bb69dca Mon Sep 17 00:00:00 2001 From: Kevin Figueroa Date: Sun, 21 May 2023 10:53:41 -0400 Subject: [PATCH] Create notify-telegram.yml --- .github/workflows/notify-telegram.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/notify-telegram.yml diff --git a/.github/workflows/notify-telegram.yml b/.github/workflows/notify-telegram.yml new file mode 100644 index 0000000..ea781c3 --- /dev/null +++ b/.github/workflows/notify-telegram.yml @@ -0,0 +1,18 @@ +name: Telegram Notifier + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + + notifytelegram: + runs-on: ubuntu-latest + steps: + - name: Notify the commit on Telegram + uses: EverythingSuckz/github-telegram-notify@main + with: + bot_token: '${{ secrets.6131699506:AAGZVZA85qBPDtoakDb9n7Ljh_wAU50d1ZQ }}' + chat_id: '${{ secrets.-1001752348115 }}'