pre release action telegram notification

This commit is contained in:
Ammar Githam 2021-03-27 02:35:23 +09:00 committed by GitHub
parent 6bc2d38782
commit a4fb746d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -47,3 +47,12 @@ jobs:
with:
name: barinsta_pre-release_${{ steps.date.outputs.date }}
path: ${{steps.sign_app.outputs.signedReleaseFile}}
# Send Telegram notification
- name: Send Telegram notification
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_BUILDS_CHANNEL_TO }}
token: ${{ secrets.TELEGRAM_BUILDS_BOT_TOKEN }}
message: Build successful
document: ${{steps.sign_app.outputs.signedReleaseFile}}