From: Sebastián Ramírez Date: Sat, 8 Aug 2020 18:43:31 +0000 (+0200) Subject: 💚 Disable Gitter notification as it's currently broken (#1853) X-Git-Tag: 0.61.0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ad7c55618bea79bd6001940819edefb14caa55e;p=thirdparty%2Ffastapi%2Ffastapi.git 💚 Disable Gitter notification as it's currently broken (#1853) ...no idea why yet. 😔 --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 07f3f4dd50..d5f4de4627 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