mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Updated Telegram uploader workflow
This commit is contained in:
@@ -10,12 +10,11 @@ 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-telegram@main
|
uses: nikhilbadyal/ghaction-tg-uploader@main
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GH_TOKEN }}
|
API_ID: ${{ secrets.TELEGRAM_API_ID }}
|
||||||
telegram_api_id: ${{ secrets.TELEGRAM_API_ID }}
|
API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
|
||||||
telegram_api_hash: ${{ secrets.TELEGRAM_API_HASH }}
|
BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||||
telegram_bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
|
||||||
telegram_chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}
|
|
||||||
env:
|
env:
|
||||||
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
|
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user