Skip to content

VanyaMate/github-action-telegram-notification

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VM Telegram notificator

Simple github-action for notification in telegram

Inputs

success

Required Action status. Default error

tg_bot_token

Required Telegram bot auth-token

tg_chat_id

Required Telegram chat id

Outputs

Notified

Notified status

Example usage

  - uses: VanyaMate/github-action-telegram-notification@v0.1
    with:
      success: ${{ job.status }}
      tg_bot_token: ${{ secrets.TG_TOKEN_BOT }}
      tg_chat_id: ${{ secrets.TG_CHAT_ID }}