Skip to content

Commit d1beddc

Browse files
committed
Add GChat notification
Issue gh-50
1 parent ff0d743 commit d1beddc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build-and-deploy.yml

+13
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ jobs:
2929
should-publish-plugins: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
3030
project-version: ${{ needs.deploy-artifacts.outputs.project-version }}
3131
secrets: inherit
32+
send-notification:
33+
name: Send Notification
34+
needs: [ publish-plugins ]
35+
runs-on: ubuntu-latest
36+
steps:
37+
- name: Send Notification
38+
uses: spring-io/spring-security-release-tools/.github/actions/send-notification@v1
39+
if: always()
40+
with:
41+
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
42+
status: ${{ job.status }}
43+
build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
44+
run-name: ${{ format('{0} | Linux | Java 17', github.ref_name) }}

0 commit comments

Comments
 (0)