We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ad288 commit 2ffa90cCopy full SHA for 2ffa90c
.github/workflows/update-scheduled-release-version.yml
@@ -13,6 +13,8 @@ on:
13
required: false
14
GH_ACTIONS_REPO_TOKEN:
15
required: true
16
+ SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL:
17
+ required: true
18
19
env:
20
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
@@ -60,3 +62,11 @@ jobs:
60
62
git tag $VERSION
61
63
git push
64
git push origin $VERSION
65
+ - name: Send Notification
66
+ if: failure()
67
+ uses: spring-io/spring-security-release-tools/.github/actions/send-notification@v1
68
+ with:
69
+ webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}
70
+ status: ${{ job.status }}
71
+ build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
72
+ run-name: ${{ format('spring-security/{0}', github.ref_name) }}
0 commit comments