Skip to content

Telegram Notification #416

Telegram Notification

Telegram Notification #416

name: Telegram Notification
on:
pull_request:
types: [opened, closed, reopened]
issues:
types: [opened, closed, reopened]
release:
types: [released, prereleased]
discussion:
types: [created]
fork:
watch:
types: [started]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send Telegram Notification
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: ${{ secrets.BOT_TOKEN }}
chat_id: ${{ secrets.CHAT_ID }}