Skip to content

Commit

Permalink
SQDEVOPS-527 Set up slack notification of failures
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo authored Jul 25, 2024
1 parent 29b6568 commit f76e7b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/slack_notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Slack Notifications
on:
check_run:
types: [ rerequested, completed ]

jobs:
slack-notifications:
permissions:
id-token: write # to authenticate via OIDC
uses: SonarSource/gh-action_build-notify/.github/workflows/main.yaml@v1
with:
slackChannel: squad-sq-platform-build-notification

0 comments on commit f76e7b0

Please sign in to comment.