mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 07:57:28 +00:00
pre release action telegram notification
This commit is contained in:
parent
6bc2d38782
commit
a4fb746d14
9
.github/workflows/github_pre_release.yml
vendored
9
.github/workflows/github_pre_release.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user