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

Repository files navigation

Simple Telegram send

Coverage

Send it straightforwardly to Telegram

  • No Dockerfile / Docker-image
  • No external dependencies (works with vanilla actions runner)
  • No functionality Simple to use! 🥳

Usage

- name: Simple Telegram send
  uses: yakubique/simple-telegram-send@v1
  with:
    token: ${{ secrets.TELEGRAM_TOKEN }}
    to: ${{ secrets.TELEGRAM_CHAT_ID }}
    message: "Hello, world!"

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
token string true Telegram bot's authorization token.
to string true Unique identifier or username of the
target Telegram chat.
message string false "Ping from ${{ github.repository }}" Text message to send.

ko-fi

About

Send it straightforwardly to Telegram

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Used by

Contributors

Languages