Skip to content

Commit eb2d311

Browse files
Create notify.yml
1 parent f3b1161 commit eb2d311

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/notify.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Notify on Telegram
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
jobs:
7+
notify:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- name: Notify the commit on Telegram.
12+
uses: EverythingSuckz/github-telegram-notify@v1.0.0
13+
with:
14+
bot_token: '${{ secrets.BOT_TOKEN }}'
15+
chat_id: '${{ secrets.CHAT_ID }}'

0 commit comments

Comments
 (0)