name: Send push notification to Telegram
on:
push:
branches:
release:
types:
- published
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: avkviring/telegram-github-action@v0.0.13
env:
telegram_to: ${{ secrets.TELEGRAM_TO }}
telegram_token: ${{ secrets.TELEGRAM_TOKEN }}
event: ${{ toJson(github.event) }}