Skip to content

Commit

Permalink
[NO-JIRA] Add Slack notifications for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-poreda-sonarsource committed Oct 3, 2024
1 parent 6817dbb commit b20f0b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/slack_notify.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b20f0b5

Please sign in to comment.