send telegram message on push

This commit is contained in:
stefanodvx 2025-04-17 14:34:03 +02:00
parent e35bd2fe57
commit 92f87ea4bc

12
.github/workflows/notify.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: telegram message
on: [push]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}