Merge branch 'main' into telegram

This commit is contained in:
kittyneverdies catofeyev 2024-02-14 18:56:09 +00:00
commit bb50868586
1 changed files with 24 additions and 0 deletions

24
.github/workflows/start.yml vendored Normal file
View File

@ -0,0 +1,24 @@
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "telegram", "main", "discord", "matrix" ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
telegram_notification:
runs-on: ubuntu-latest
steps:
- name: Github Telegram Notifier
uses: EverythingSuckz/github-telegram-notify@v1.1.2
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'