From ed5670c31d29f9ce1b7ff234915d7a06a8d6606b Mon Sep 17 00:00:00 2001 From: Kevin Figueroa Date: Sun, 21 May 2023 11:03:38 -0400 Subject: [PATCH] Update notify-telegram.yml --- .github/workflows/notify-telegram.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-telegram.yml b/.github/workflows/notify-telegram.yml index ea781c3..21f48e4 100644 --- a/.github/workflows/notify-telegram.yml +++ b/.github/workflows/notify-telegram.yml @@ -14,5 +14,5 @@ jobs: - name: Notify the commit on Telegram uses: EverythingSuckz/github-telegram-notify@main with: - bot_token: '${{ secrets.6131699506:AAGZVZA85qBPDtoakDb9n7Ljh_wAU50d1ZQ }}' - chat_id: '${{ secrets.-1001752348115 }}' + bot_token: '${{ secrets.BOT_TOKEN }}' + chat_id: '${{ secrets.CHAT_ID }}'