mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2024-11-09 05:07:09 +01:00
16 lines
350 B
YAML
16 lines
350 B
YAML
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 }} |