Migrate slack notifications to GChat (2nd attempt)

Closes gh-15667
This commit is contained in:
Steve Riesenberg
2024-08-21 16:16:50 -05:00
parent 035f86bdb3
commit fb054198af
5 changed files with 44 additions and 25 deletions

View File

@@ -42,3 +42,13 @@ jobs:
name: docs
path: docs/build/site
overwrite: true
send-notification:
name: Send Notification
needs: [ build, generate-docs ]
if: ${{ failure() && github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
runs-on: ubuntu-latest
steps:
- name: Send Notification
uses: spring-io/spring-security-release-tools/.github/actions/send-notification@v1
with:
webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}