From 236213386eefdfaa2a0de49d40cd4b86f274f67d Mon Sep 17 00:00:00 2001 From: Akis Maziotis Date: Wed, 24 Jul 2024 14:39:24 +0300 Subject: [PATCH] [fix] CI notify-community-server Alligning the action with the breaking changes introduced under https://github.com/mattermost/action-mattermost-notify/pull/13 Ticket: https://mattermost.atlassian.net/browse/CLD-8100 Signed-off-by: Akis Maziotis --- .github/workflows/notify-mm-blog.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/notify-mm-blog.yml b/.github/workflows/notify-mm-blog.yml index c8c029f0..d779121b 100644 --- a/.github/workflows/notify-mm-blog.yml +++ b/.github/workflows/notify-mm-blog.yml @@ -18,11 +18,11 @@ jobs: run: | .github/workflows/notify-mm-blog.sh - name: Notify channel 1 - uses: mattermost/action-mattermost-notify@master - env: + uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a #v2.0.0 + with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL_1 }} - name: Notify channel 2 - uses: mattermost/action-mattermost-notify@master - env: + uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a #v2.0.0 + with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL_2 }}