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 != '' }}