Auto Release

This commit is contained in:
Nikhil Badyal
2024-04-16 13:03:12 +05:30
committed by Nikhil Badyal
parent 6dd960b147
commit 837395091a
9 changed files with 166 additions and 1 deletions
+12
View File
@@ -4,6 +4,18 @@ env:
COMPOSE_DOCKER_CLI_BUILD: 1
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
on:
workflow_call:
inputs:
TELEGRAM_NO_ROOT_UPLOAD:
description: "Upload Non Rooted APKs to Telegram"
required: false
type: boolean
default: false
TELEGRAM_ROOT_UPLOAD:
description: "Upload Magisk Module from nikhilbadyal/revanced-magisk-module to Telegram"
required: false
type: boolean
default: false
workflow_dispatch:
inputs:
GITHUB_UPLOAD: