actions-marketplace-validations/Send telegram notification
Send notification about your GitHub actions job status via telegram
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 30, 2024
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/haishanh_actions-telegram-notification@fb16b4fe81ec130c4f2cdbfc63dcb3d534ff4457 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| notification-token | a notification token obtain by chatting with https://t.me/ghactionsbot | yes | — |
| job-status | Job status it's recommended to use job.status here | no | — |
| bot-token | Supply bot-token here when you want to use your own bot. A bot-token is a string that looks like 1382139262:ABF4535Sm3J12gQcUJSYv79SGbZ6_ULACrw https://core.telegram.org/bots#3-how-do-i-create-a-bot | no | — |
| chat-id | The chat where the notification will been send to. You don't need to provide this when using notification-token, since that token already contains information about the chat-id. | no | — |
Outputs
no outputs