govd/.github/workflows/notify.yml
2025-04-17 14:34:03 +02:00

12 lines
No EOL
280 B
YAML

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 }}