From 0c2082896c10154872ff05794c179858ae160047 Mon Sep 17 00:00:00 2001 From: Ida Date: Wed, 20 May 2026 16:36:15 +0200 Subject: [PATCH] fix: tests on github --- .github/workflows/main_gateway-prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main_gateway-prod.yml b/.github/workflows/main_gateway-prod.yml index 34846800..bbddae66 100644 --- a/.github/workflows/main_gateway-prod.yml +++ b/.github/workflows/main_gateway-prod.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest # Same GitHub Environment as deploy — CONFIG_KEY lives here (not on the build job). environment: Production + url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} steps: - uses: actions/checkout@v5