From 4ad7c55618bea79bd6001940819edefb14caa55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 8 Aug 2020 20:43:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Disable=20Gitter=20notification?= =?UTF-8?q?=20as=20it's=20currently=20broken=20(#1853)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...no idea why yet. 😔 --- .github/workflows/publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 07f3f4dd5..d5f4de462 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,9 +31,9 @@ jobs: env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - - name: Notify - env: - GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TAG: ${{ github.event.release.name }} - run: bash scripts/notify.sh + # - name: Notify + # env: + # GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }} + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # TAG: ${{ github.event.release.name }} + # run: bash scripts/notify.sh