From 4b7d370778aa946ef1b7c648e16f654d62d1dbed Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 20 Feb 2024 09:09:56 +0100 Subject: [PATCH] Add Google Chat notifications See gh-1401 --- .github/workflows/build-and-deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 97df52e3ffe..f9336e04c04 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -50,3 +50,11 @@ jobs: --service spring-io \ --resource-group spring-io \ --artifact-path start-site/target/start-site-exec.jar + + - name: Google Chat Notification + uses: Co-qn/google-chat-notification@3691ccf4763537d6e544bc6cdcccc1965799d056 + with: + name: Build and Deploy + url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }} + status: ${{ job.status }} + if: always()