From f76e7b0e428bafb1a8210972f9ceca61b59a5ac9 Mon Sep 17 00:00:00 2001 From: Carmine Vassallo Date: Thu, 25 Jul 2024 10:14:09 +0200 Subject: [PATCH] SQDEVOPS-527 Set up slack notification of failures --- .github/workflows/slack_notify.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/slack_notify.yml diff --git a/.github/workflows/slack_notify.yml b/.github/workflows/slack_notify.yml new file mode 100644 index 00000000..d08b6dee --- /dev/null +++ b/.github/workflows/slack_notify.yml @@ -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