From bcfb1fd6c243518370726da8822bca91f44b5032 Mon Sep 17 00:00:00 2001 From: veenm Date: Fri, 14 Mar 2025 17:14:24 +0100 Subject: [PATCH] Wijzigingen koppeling Mattermost poging 3 --- .github/workflows/deploy-docker-to-tst.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docker-to-tst.yml b/.github/workflows/deploy-docker-to-tst.yml index 9916a4f..4c96020 100644 --- a/.github/workflows/deploy-docker-to-tst.yml +++ b/.github/workflows/deploy-docker-to-tst.yml @@ -29,7 +29,7 @@ jobs: curl -X POST -H "Authorization: Bearer ${{ secrets.MATTERMOST_BOT_TOKEN }}" \ -H 'Content-Type: application/json' \ -d '{ - "channel": "build-notifications", + "channel": "Builds", "text": "🚀 *Build gestart!* Een nieuwe build [${{VERSION}}-SNAPSHOT] is begonnen voor de repository *${{ gitea.repository }}* op branch *${{ gitea.ref }}*." }' \ https://mattermost.melvanveen.nl/api/v4/posts @@ -98,7 +98,7 @@ jobs: curl -X POST -H "Authorization: Bearer ${{ secrets.MATTERMOST_BOT_TOKEN }}" \ -H 'Content-Type: application/json' \ -d '{ - "channel": "build-notifications", + "channel": "Builds", "text": "✅ *Build is geslaagd!* Versie ${{VERSION}}-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl" }' \ https://mattermost.melvanveen.nl/api/v4/posts