From c0993a1ebe0e042b9f2bc12994378ed43bee2931 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 21 Oct 2023 19:00:02 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removed=20send=5Fsticker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 30d8270..798534a 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -114,7 +114,6 @@ jobs: TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }} TELEGRAM_STICKER_ID: ${{ secrets.TELEGRAM_STICKER_ID }} MESSAGE: ${{ secrets.MESSAGE_NON_ROOT }} - SEND_STICKER: ${{ secrets.SEND_STICKER }} upload-to-telegram-root: needs: [ upload-to-telegram ]