Skip to content

Commit

Permalink
Enable slack notifications via Github action (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Jun 18, 2024
1 parent e04e057 commit 5b885f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/slack-notify.yaml
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-cloud-notifs

0 comments on commit 5b885f1

Please sign in to comment.