Skip to content

Slack Notifications #54

Slack Notifications

Slack Notifications #54

Workflow file for this run

---
name: Slack Notifications
on:
check_suite:
types: [completed]
permissions:
contents: read
id-token: write
checks: read
jobs:
notify:
runs-on: ubuntu-24.04-large
steps:
- name: Send Slack Notification
env:
GITHUB_TOKEN: ${{ github.token }}
uses: SonarSource/gh-action_slack-notify@master # dogfood
with:
slackChannel: squad-eng-xp-github