Browse Source

pre release action telegram notification

renovate/org.robolectric-robolectric-4.x
Ammar Githam 4 years ago
committed by GitHub
parent
commit
a4fb746d14
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/workflows/github_pre_release.yml

9
.github/workflows/github_pre_release.yml

@ -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…
Cancel
Save