Skip to content

Fix LSan for secure mode #405

Fix LSan for secure mode

Fix LSan for secure mode #405

Workflow file for this run

#
# 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 }}