Skip to content

GitHub actions: Telegram bot #3

GitHub actions: Telegram bot

GitHub actions: Telegram bot #3

Workflow file for this run

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