From 247bd63c4758364b432fc3ecf477cb9a5b1a6ff9 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Mon, 10 Oct 2022 21:09:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20Sticker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 1 + .github/workflows/telegram-uploader.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 4bc082d..7d1fdae 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -58,3 +58,4 @@ jobs: API_HASH: ${{ secrets.TELEGRAM_API_HASH }} BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }} CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }} + STICKER_ID: ${{ secrets.STICKER_ID }} diff --git a/.github/workflows/telegram-uploader.yml b/.github/workflows/telegram-uploader.yml index bcabe63..f1f9bc2 100644 --- a/.github/workflows/telegram-uploader.yml +++ b/.github/workflows/telegram-uploader.yml @@ -16,5 +16,6 @@ jobs: API_HASH: ${{ secrets.TELEGRAM_API_HASH }} BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }} CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }} + STICKER_ID: ${{ secrets.STICKER_ID }} env: HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}