Create notify-telegram.yml

This commit is contained in:
Kevin Figueroa 2023-05-21 10:53:41 -04:00 committed by GitHub
parent 92804d2262
commit d00d83b284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/notify-telegram.yml vendored Normal file
View file

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