From a65a079093bb7cc9612eb9e0f152bb5cff710b7e Mon Sep 17 00:00:00 2001 From: Yurii Dubinka Date: Sat, 22 Jan 2022 15:05:15 +0200 Subject: [PATCH] #26: Check 'External Telegram Notifications' --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3826071..f02d4b1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,7 +24,7 @@ jobs: id: send_notifications uses: danilat/externalized-telegram-notifications-action@master with: - to: ${{ secrets.TELEGRAM_ID_OR_CHANNEL }} + to: ${{ secrets.TELEGRAM_CHAT }} token: ${{ secrets.TELEGRAM_TOKEN }} content-url: ${{ secrets.CONTENT_URL }} parse_mode: html \ No newline at end of file