Skip to content

Commit f18dce4

Browse files
committed
Added notify action
1 parent 55f1aa8 commit f18dce4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/notify.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Notify
2+
on:
3+
push:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
notify:
9+
name: Notify via Telegram
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Send message to Telegram
13+
uses: Lukasss93/[email protected]
14+
env:
15+
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
16+
TELEGRAM_CHAT: ${{ secrets.TELEGRAM_CHAT }}

0 commit comments

Comments
 (0)