changed telegram channel (#507)
This commit is contained in:
parent
545abf1f9a
commit
a9331ffa32
1 changed files with 2 additions and 1 deletions
3
.github/workflows/beta.yml
vendored
3
.github/workflows/beta.yml
vendored
|
@ -350,7 +350,8 @@ jobs:
|
|||
APK_PATH="app/build/outputs/apk/google/alpha/app-google-alpha.apk"
|
||||
response=$(curl -sS -f -X POST \
|
||||
"https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument" \
|
||||
-F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \
|
||||
-F "chat_id=-1002117798698" \
|
||||
-F "message_thread_id=7044" \
|
||||
-F "document=@$APK_PATH" \
|
||||
-F "caption=New Alpha-Build dropped 🔥
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue