diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 02d88a5..f5b33e3 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -86,7 +86,7 @@ jobs: upload-to-telegram: needs: [ build-apk ] uses: nikhilbadyal/ghactions/.github/workflows/telegram-uploader.yml@main - if: ${{ inputs.TELEGRAM_UPLOAD }} + if: ${{ inputs.TELEGRAM_UPLOAD }} && ${{ inputs.GITHUB_UPLOAD }} secrets: TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID }} TELEGRAM_API_HASH: ${{ secrets.TELEGRAM_API_HASH }}