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 }}'