diff --git a/.github/workflows/verify_studio_daily.yml b/.github/workflows/verify_studio_daily.yml index d4d9076..c67cecb 100644 --- a/.github/workflows/verify_studio_daily.yml +++ b/.github/workflows/verify_studio_daily.yml @@ -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()