Skip to content

Commit

Permalink
Integration with slack instead of google chat (initial test)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jan 9, 2025
1 parent 24fdbff commit 108738e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/verify_studio_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ jobs:
path: repo/tests/studio/playwright-report/
retention-days: 3

- name: Google Chat Notification (Always)
- name: Slack Notification (Always)
if: always()
uses: Co-qn/google-chat-notification@b9227d9daa4638c9782a5bd16c4abb86268127a1
uses: magdemajt/trigger-webhook@v1
with:
name: ${{ github.job }}
url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
status: ${{ job.status }}
url: ${{ secrets.STUDIO_URL }}
json: '{"status": "success", "message": "test message", "link": "https://www.google.com", "repository": "apicurio-3scale-gitops"}' # optional

- name: Google Chat Notification (Error)
if: failure()
Expand Down

0 comments on commit 108738e

Please sign in to comment.