From b0183502cc9bc6a90cf7654b044ca837c0af7ecf Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 16 Apr 2024 13:09:27 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Manually=20run=20auto=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 01806c3..97ec8e4 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -4,6 +4,17 @@ env: COMPOSE_DOCKER_CLI_BUILD: 1 HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }} on: + workflow_dispatch: + TELEGRAM_NO_ROOT_UPLOAD: + description: "Upload Non Rooted APKs to Telegram" + required: false + type: boolean + default: true + TELEGRAM_ROOT_UPLOAD: + description: "Upload Magisk Module from nikhilbadyal/revanced-magisk-module to Telegram" + required: false + type: boolean + default: true schedule: - cron: '0 * * * *' concurrency: