From 98d1301a30eb009c7adf560aec623f46d0126ce0 Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 16 Jul 2024 22:17:34 -0400 Subject: [PATCH] [GHA] GChat notification for the sts release publish --- .github/workflows/announce-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/announce-release.yml b/.github/workflows/announce-release.yml index 5ce23498f..5eaffa00d 100644 --- a/.github/workflows/announce-release.yml +++ b/.github/workflows/announce-release.yml @@ -52,4 +52,8 @@ jobs: env: SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - + - name: Announce Release in Chat + uses: julb/action-post-googlechat-message@v1 + with: + message: "${{ github.event.repository.name }}-announcing `${{ inputs.version }}`" + gchat_webhook_url: ${{ secrets.SPRING_RELEASE_CHAT_WEBHOOK_URL }}