👷 Extra Check

This commit is contained in:
Nikhil Badyal
2022-10-15 19:11:55 +05:30
parent ccf2cdd276
commit adfcdc4c86
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
upload-to-telegram: upload-to-telegram:
needs: [ build-apk ] needs: [ build-apk ]
uses: nikhilbadyal/ghactions/.github/workflows/telegram-uploader.yml@main uses: nikhilbadyal/ghactions/.github/workflows/telegram-uploader.yml@main
if: ${{ inputs.TELEGRAM_UPLOAD }} if: ${{ inputs.TELEGRAM_UPLOAD }} && ${{ inputs.GITHUB_UPLOAD }}
secrets: secrets:
TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID }} TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID }}
TELEGRAM_API_HASH: ${{ secrets.TELEGRAM_API_HASH }} TELEGRAM_API_HASH: ${{ secrets.TELEGRAM_API_HASH }}