Skip to content

Commit

Permalink
Add GH action slack notification (#9429)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-marichal authored Jun 13, 2024
1 parent e9c56ca commit f15169a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/SlackNotification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .github/workflows/slack_notify.yml
---
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
if: github.event.check_run.name == 'Sonar.Net'
with:
slackChannel: squad-dotnet

0 comments on commit f15169a

Please sign in to comment.