From 2bc088cad7861a9d2c188da6cda2593ed4a4287c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Mon, 11 Jul 2022 10:27:05 +0200 Subject: [PATCH] Disable telegran notificaiton (#1152) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrià Casajús --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a8a37bc..376c8e32 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -139,12 +139,12 @@ jobs: SENTRY_ORG: ${{ secrets.SENTRY_ORG }} SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} - - name: Send Telegram message - uses: appleboy/telegram-action@master - with: - to: ${{ secrets.TELEGRAM_TO }} - token: ${{ secrets.TELEGRAM_TOKEN }} - args: Docker image pushed on ${{ github.ref }} + #- name: Send Telegram message + # uses: appleboy/telegram-action@master + # with: + # to: ${{ secrets.TELEGRAM_TO }} + # token: ${{ secrets.TELEGRAM_TOKEN }} + # args: Docker image pushed on ${{ github.ref }} # If we have generated a tag, generate the changelog, send a notification to slack and create the GitHub release - name: Build Changelog