Удалить .github/workflows/start.yml

This commit is contained in:
kittyneverdies catofeyev 2024-02-14 18:55:52 +00:00
parent d784c57df4
commit a6e6d1617e
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
# 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 }}'