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!