Skip to content

Merge pull request #1907 from totvs/hotfix/ClickTree_refactory #241

Merge pull request #1907 from totvs/hotfix/ClickTree_refactory

Merge pull request #1907 from totvs/hotfix/ClickTree_refactory #241

name: Google Chat Notify
on:
workflow_dispatch:
push:
jobs:
notify_google_chat:
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- id: 'notify_google_chat'
uses: 'google-github-actions/send-google-chat-webhook@v0.0.4'
with:
webhook_url: '${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}'
mention: "<users/all>"