orouter-serial 0.1.1

Implementation of serial protocol for oRouter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Notify Telegram
on:
  push:
  release:
    types: [published]

jobs:
  notify:
    name: Notify via Telegram
    runs-on: ubuntu-latest
    steps:
      - name: Send message to Telegram
        uses: Lukasss93/telegram-action@v2
        env:
          TELEGRAM_TOKEN: ${{ secrets.BC_DEV_BOT_TOKEN }}
          TELEGRAM_CHAT: ${{ secrets.BC_CORE_CHAT_ID }}