Send notification to Telegram
Version updated for chapvic/telegram-notify to version v1.0.2.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
v1.0.2
Usage:
- Save your Telegram bot token in secrets (for example - BOT_TOKEN)
- Save your personal Chat ID or a Channel name in secrets (for example - CHAT_ID)
- Add following step to the end of your workflow:
- name: Send notification to Telegram
uses: chapvic/telegram-notify@v1.0.2
if: always()
with:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }} # Token secret
chat: ${{ secrets.TELEGRAM_CHAT_ID }} # User ID or channel name secret
status: ${{ job.status }} # Do not modify this line !!!