From bd038647cf3711a92903d6e708bb136bf178a44b Mon Sep 17 00:00:00 2001 From: veenm Date: Sat, 15 Mar 2025 13:12:16 +0100 Subject: [PATCH] Wijzigingen koppeling Mattermost poging 5 --- .github/workflows/deploy-docker-to-tst.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docker-to-tst.yml b/.github/workflows/deploy-docker-to-tst.yml index 2b71c97..0160d92 100644 --- a/.github/workflows/deploy-docker-to-tst.yml +++ b/.github/workflows/deploy-docker-to-tst.yml @@ -29,8 +29,8 @@ jobs: curl -X POST -H "Authorization: Bearer ${{ secrets.MATTERMOST_BOT_TOKEN }}" \ -H 'Content-Type: application/json' \ -d '{ - "channel": "builds", - "text": "🚀 *Build gestart!* Een nieuwe build [${{VERSION}}-SNAPSHOT] is begonnen voor de repository *${{ gitea.repository }}* op branch *${{ gitea.ref }}*." + "channel_id": "9a8obynkd7rctk6qf8rfe6oppy", + "message": "🚀 *Build gestart!* Een nieuwe build [${{VERSION}}-SNAPSHOT] is begonnen voor de repository *${{ gitea.repository }}* op branch *${{ gitea.ref }}*. \n @all" }' \ 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": "builds", - "text": "✅ *Build is geslaagd!* Versie ${{VERSION}}-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl" + "channel_id": "9a8obynkd7rctk6qf8rfe6oppy", + "message": "✅ *Build is geslaagd!* Versie ${{VERSION}}-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl \n @all" }' \ https://mattermost.melvanveen.nl/api/v4/posts