Added Notify action

This commit is contained in:
Sys 2021-07-30 00:43:19 +02:00
parent f92b9bd35f
commit 3eef215858
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 16 additions and 0 deletions

16
.github/workflows/notify.yml vendored Normal file
View 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 }}