From 2b01f204b00df79d097fb26e21f3c295ccb828b6 Mon Sep 17 00:00:00 2001 From: Kevin Figueroa Date: Mon, 22 May 2023 22:57:12 -0400 Subject: [PATCH] Update notify-telegram.yml --- .github/workflows/notify-telegram.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/notify-telegram.yml b/.github/workflows/notify-telegram.yml index 340d779..20bf657 100644 --- a/.github/workflows/notify-telegram.yml +++ b/.github/workflows/notify-telegram.yml @@ -1,4 +1,4 @@ -name: telegram message +name: Telegram notification on: [push] jobs: @@ -6,11 +6,11 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: send telegram message on push + - name: Notify to internal Telegram group on push uses: appleboy/telegram-action@master with: - to: ${{ secrets.GROUP_ID }} - token: ${{ secrets.TELEGRAM_TOKEN }} + to: ${{ secrets.TG_INTERNAL_GROUP_ID }} + token: ${{ secrets.TG_INTERNAL_BOT_TOKEN }} format: markdown message: | [${{ github.actor }}](https://github.com/${{ github.actor }}) created a commit on [${{ github.repository }}](https://github.com/${{ github.repository }})