From 0a1bc707fb3bba3e10b3f11772e231b18ac77d70 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sun, 19 Jun 2022 23:09:03 -0400 Subject: [PATCH] ci: add telegram notify to build release workflow --- .github/workflows/build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5b6702a..a752e574 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -358,6 +358,18 @@ jobs: env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK + + - name: Notify Telegram Channel + uses: appleboy/telegram-action@0.0.3 + with: + to: ${{ secrets.TELEGRAM_TO }} + token: ${{ secrets.TELEGRAM_TOKEN }} + format: markdown + message: | + Wiki.js **${{ github.ref_name }}** has been released! + + See [release notes](https://github.com/requarks/wiki/releases) for details. + build-do-image: name: Build DigitalOcean Image