Skip to content

Commit

Permalink
👷 Manually run auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Apr 16, 2024
1 parent 8373950 commit b018350
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b018350

Please sign in to comment.