Skip to content

(libp2p) thread safe scheduler #97

(libp2p) thread safe scheduler

(libp2p) thread safe scheduler #97

Workflow file for this run

name: Telegram Notification
on:
pull_request:
types: [created, closed, opened, reopened]
pull_request_target:
types: [ created, closed, opened, reopened]
issues:
types: [created, closed, opended, reopened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
#- uses: actions/checkout@v2
- name: Notify the commit on Telegram
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}