From 78ae7373858521901ff5622a0d13a802e161fe6d Mon Sep 17 00:00:00 2001 From: "a.b.christie" Date: Mon, 13 Jul 2026 17:21:34 +0100 Subject: [PATCH] fix: update release workflow host Co-Authored-By: Claude Opus 4.8 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45885748c..00697c4a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: uses: informaticsmatters/trigger-awx-action@v3 with: template: Squonk/2 Data Manager UI -test- - template-host: ${{ secrets.AWX_HOST }} + template-host: https://awx.xchem-dev.diamond.ac.uk template-user: ${{ secrets.AWX_USER }} template-user-password: ${{ secrets.AWX_USER_PASSWORD }} template-var: maui_image_tag @@ -134,7 +134,7 @@ jobs: uses: informaticsmatters/trigger-awx-action@v3 with: template: Data Manager UI -production- - template-host: ${{ secrets.AWX_HOST }} + template-host: https://awx-scw.informaticsmatters.com template-user: ${{ secrets.AWX_USER }} template-user-password: ${{ secrets.AWX_USER_PASSWORD }} template-var: maui_image_tag