From da77cbd491c320452c0c468f1a04090b34eecc9a Mon Sep 17 00:00:00 2001 From: CharlieFuu69 <77955772+CharlieFuu69@users.noreply.github.com> Date: Sat, 30 Nov 2024 21:00:23 -0300 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 01502b1..7aeeb47 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -1,7 +1,3 @@ -# 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 @@ -25,6 +21,12 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 + - name: Github Telegram Notifier + uses: EverythingSuckz/github-telegram-notify@main + with: + bot_token: '${{ secrets.TELEGRAM_NOTIFIER_TOKEN }}' + chat_id: '${{ secrets.CHAT_ID }}' + # Runs a single command using the runners shell - name: Run a one-line script run: echo Hello, world!