#110 [FIX]: Validation of visualization hierarchy between protocols and applications #46
Workflow file for this run
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
name: Notifier | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
notifyTelegram: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Pull Request Telegram | |
uses: F2had/[email protected] | |
with: | |
bot_token: '${{ secrets.BotToken }}' # Your bot token from github secrets | |
chat_id: '${{ secrets.CHATID }}' # Your chat id from github secrets |