Skip to content

This GitHub Action sends Telegram notifications whenever code is pushed or updated in a repository.

License

Notifications You must be signed in to change notification settings

siv-the-programmer/Github-telegram-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub > Telegram Notification Workflow

GitHub Actions YAML

This GitHub Action sends Telegram notifications whenever code is pushed or updated in a repository.

How it works

  1. Add the workflow to the repo you want
  2. Triggers on push and commit events.
  3. Sends commit details (author, branch, message, and link) directly to a Telegram chat using a bot token.

Example output

screen

Setup

  • Add your bot token and chat ID as GitHub Secrets:
    • TELEGRAM_BOT_TOKEN
    • TELEGRAM_CHAT_ID

About

This GitHub Action sends Telegram notifications whenever code is pushed or updated in a repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors