Skip to content

Bot API 7.1 to 7.6, updated dependencies #52

Bot API 7.1 to 7.6, updated dependencies

Bot API 7.1 to 7.6, updated dependencies #52

Workflow file for this run

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