Skip to content

ci: fixed the notificaiton webhook URL #29

ci: fixed the notificaiton webhook URL

ci: fixed the notificaiton webhook URL #29

Workflow file for this run

name: Notifications
on:
pull_request:
push:
branches:
- main
- beta
- qa
jobs:
notify:
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Notify Google Chat
uses: SimonScholz/google-chat-action@main
with:
webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}'