Skip to content

Commit

Permalink
Unify Slack notifications with GH action (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADarko22 authored Jun 28, 2024
1 parent e9628f2 commit cf05a8d
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-jvm-notifs

0 comments on commit cf05a8d

Please sign in to comment.