Skip to content

feat(logging, domains): integrate logging packages and bind clients w… #24

feat(logging, domains): integrate logging packages and bind clients w…

feat(logging, domains): integrate logging packages and bind clients w… #24

Workflow file for this run

name: Notifications
on:
issue_comment:
types: [created, edited, deleted]
push:
branches: [main]
pull_request:
types: [opened, edited, closed, reopened, synchronize]
deployment_status:
release:
jobs:
notify:
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- id: 'notify_google_chat'
uses: 'google-github-actions/[email protected]'
with:
webhook_url: '${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}'