From 80bea7d472fc6d2af174cdef816daf78a22d1284 Mon Sep 17 00:00:00 2001 From: egor-white Date: Sat, 14 Jun 2025 18:01:23 +0300 Subject: [PATCH] update workflow --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b500c82..12cb4b7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -182,7 +182,7 @@ jobs: ⬇️ Скачать run: | curl -X POST "https://api.telegram.org/bot${{ secrets.BOT_TOKEN }}/sendMessage" \ - -d chat_id=1446986479 \ + -d chat_id=-1002531270265 \ -d parse_mode=HTML \ -d disable_web_page_preview=true \ --data-urlencode "text=$MESSAGE_TEXT"