Skip to content

Merge pull request #1892 from totvs/hotfix/WaitShow_for_new_browse #199

Merge pull request #1892 from totvs/hotfix/WaitShow_for_new_browse

Merge pull request #1892 from totvs/hotfix/WaitShow_for_new_browse #199

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/[email protected]'
with:
webhook_url: '${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}'
mention: "<users/all>"