Browse Source
pre release action telegram notification
renovate/org.robolectric-robolectric-4.x
Ammar Githam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
.github/workflows/github_pre_release.yml
|
@ -47,3 +47,12 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
name: barinsta_pre-release_${{ steps.date.outputs.date }} |
|
|
name: barinsta_pre-release_${{ steps.date.outputs.date }} |
|
|
path: ${{steps.sign_app.outputs.signedReleaseFile}} |
|
|
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}} |