Skip to content
Snippets Groups Projects
Commit 4f88a7bf authored by Alexander V. Tikhonov's avatar Alexander V. Tikhonov Committed by Kirill Yukhin
Browse files

github-ci: send Telegram notifications on failures

Used Telegram public channel to send notifications for failed Github
Actions workflows. Created new Github Action based on Python:

  .github/actions/send-telegram-notify/action.yml

with the ability to send messages in MarkdownV2 format [1]. To make
able to run standalone Github Action used its 'composite' type [2].
Also added ability to logout Github environment variables in this
action.

[1] - https://core.telegram.org/bots/api#markdownv2-style
[2] - https://docs.github.com/en/actions/creating-actions/creating-a-composite-run-steps-action
parent 7ae80c97
No related branches found
No related tags found
No related merge requests found
Showing
with 191 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment