From ea20111560b124aa4f29de0e015c15988fae56e1 Mon Sep 17 00:00:00 2001 From: Ankit Grai Date: Tue, 29 Oct 2024 15:10:27 +0530 Subject: [PATCH] changed telegram channel --- .github/workflows/beta.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 73cce48de5..a42281ca74 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -350,7 +350,8 @@ jobs: APK_PATH="app/build/outputs/apk/google/alpha/app-google-alpha.apk" response=$(curl -sS -f -X POST \ "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument" \ - -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \ + -F "chat_id=-1002117798698" \ + -F "message_thread_id=7044" \ -F "document=@$APK_PATH" \ -F "caption=New Alpha-Build dropped 🔥