Skip to content

Commit

Permalink
Add Google Chat notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Feb 20, 2024
1 parent f9aa3d4 commit 4b7d370
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 4b7d370

Please sign in to comment.