[GHA] GChat notification for the sts release publish

This commit is contained in:
aboyko
2024-07-16 22:17:34 -04:00
parent 4361299917
commit 98d1301a30

View File

@@ -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 }}