This GitHub Action sends Telegram notifications whenever code is pushed or updated in a repository.
- Add the workflow to the repo you want
- Triggers on push and commit events.
- Sends commit details (author, branch, message, and link) directly to a Telegram chat using a bot token.
- Add your bot token and chat ID as GitHub Secrets:
TELEGRAM_BOT_TOKENTELEGRAM_CHAT_ID
