Added Telegram Uploader

This commit is contained in:
Nikhil Badyal
2022-10-02 13:32:56 +05:30
parent 76ea5f0e85
commit 0437b33690
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
steps: steps:
- name: Upload to Telegram - name: Upload to Telegram
if: ${{ env.HAVE_TELEGRAM_API_ID == 'true' }} if: ${{ env.HAVE_TELEGRAM_API_ID == 'true' }}
uses: nikhilbadyal/ghaction-tg-uploader@main uses: nikhilbadyal/ghaction-telegram-uploader@main
with: with:
API_ID: ${{ secrets.TELEGRAM_API_ID }} API_ID: ${{ secrets.TELEGRAM_API_ID }}
API_HASH: ${{ secrets.TELEGRAM_API_HASH }} API_HASH: ${{ secrets.TELEGRAM_API_HASH }}