Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.06 KB

instruction.md

File metadata and controls

19 lines (16 loc) · 1.06 KB

Step by Step instruction for Using this GitHub Action.

Step 1

  • Telegram
    • Create Telegram Bot and Find it's token id from @BotFather bot in Telegram find more.
    • You cand direct the bot message to a Channel, Group or You.Just Find the Chat Id of You, Group or Channel. It's a number. Stack Overflow. better search specifically.

Step 2

  • Save the Bot token and Chat id in the Repository Secrets(Settings/Secrets) as 2 different secrets.
    • name: chat value:chat id_
    • name: token value:bot token

Step 3

  • Add Action on Repo
    • Click on Repo tab
    • Click "setup workflow yourself" on right top
    • copy paste the main.yaml in this repo to the opened main.yaml in your repo

Yeah It's done. You will get notification from the bot in your channel/group/you. nb: add the bot as admin for channel and maybe for group too.