👷 Reuse workflows

This commit is contained in:
Nikhil Badyal
2022-10-15 14:43:20 +05:30
parent 7e80b3007d
commit d792cab58f
8 changed files with 23 additions and 99 deletions
@@ -31,7 +31,7 @@ on:
jobs:
tg-upload:
uses: ./.github/workflows/telegram-uploader.yml
uses: nikhilbadyal/ghactions/.github/workflows/telegram-uploader.yml@main
secrets:
TELEGRAM_API_ID: ${{ inputs.API_ID }}
TELEGRAM_API_HASH: ${{ inputs.API_HASH }}