Create notify-telegram.yml
This commit is contained in:
parent
92804d2262
commit
d00d83b284
1 changed files with 18 additions and 0 deletions
18
.github/workflows/notify-telegram.yml
vendored
Normal file
18
.github/workflows/notify-telegram.yml
vendored
Normal 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 }}'
|
Loading…
Add table
Reference in a new issue