mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2025-02-17 04:46:48 +01:00
Added Notify action
This commit is contained in:
parent
f92b9bd35f
commit
3eef215858
16
.github/workflows/notify.yml
vendored
Normal file
16
.github/workflows/notify.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Notify
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
release:
|
||||||
|
types: [ published ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
notify:
|
||||||
|
name: Notify via Telegram
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Send message to Telegram
|
||||||
|
uses: Lukasss93/telegram-action@v2
|
||||||
|
env:
|
||||||
|
TELEGRAM_TOKEN: ${{ secrets.telegram_token }}
|
||||||
|
TELEGRAM_CHAT: ${{ secrets.telegram_chat }}
|
Loading…
x
Reference in New Issue
Block a user