Skip to content

Commit 98d1301

Browse files
committed
[GHA] GChat notification for the sts release publish
1 parent 4361299 commit 98d1301

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/announce-release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@ jobs:
5252
env:
5353
SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
5454
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
55-
55+
- name: Announce Release in Chat
56+
uses: julb/action-post-googlechat-message@v1
57+
with:
58+
message: "${{ github.event.repository.name }}-announcing `${{ inputs.version }}`"
59+
gchat_webhook_url: ${{ secrets.SPRING_RELEASE_CHAT_WEBHOOK_URL }}

0 commit comments

Comments
 (0)