From b20f0b5455b48ab74ba4b62834ac6a245f99c53d Mon Sep 17 00:00:00 2001 From: Jacek Poreda Date: Thu, 3 Oct 2024 09:11:26 +0200 Subject: [PATCH] [NO-JIRA] Add Slack notifications for builds --- .github/workflows/slack_notify.yml | 13 +++++++++++++ 1 file changed, 13 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..fd02df92 --- /dev/null +++ b/.github/workflows/slack_notify.yml @@ -0,0 +1,13 @@ +--- +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-dev-team-workflow