From a4fb746d14ec29c1feaa7f7818408c9f1be0f6b4 Mon Sep 17 00:00:00 2001 From: Ammar Githam Date: Sat, 27 Mar 2021 02:35:23 +0900 Subject: [PATCH] pre release action telegram notification --- .github/workflows/github_pre_release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/github_pre_release.yml b/.github/workflows/github_pre_release.yml index c5323960..cda982ae 100644 --- a/.github/workflows/github_pre_release.yml +++ b/.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}}