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: