Skip to content

GitHub actions: Telegram bot #2

GitHub actions: Telegram bot

GitHub actions: Telegram bot #2

Workflow file for this run

name: Notify the commit on Telegram
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'