Use libp2p with fix attempt for closeOnError crash #628
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copyright Quadrivium LLC | |
# All Rights Reserved | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
name: Telegram Notification | |
on: | |
pull_request: | |
types: [created, closed, opened, reopened] | |
issues: | |
types: [created, closed, opended, reopened] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- 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 }} |