diff --git a/.github/workflows/main_gateway-prod.yml b/.github/workflows/main_gateway-prod.yml index bbddae66..5aef39be 100644 --- a/.github/workflows/main_gateway-prod.yml +++ b/.github/workflows/main_gateway-prod.yml @@ -19,8 +19,10 @@ jobs: test: 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 }} + environment: + name: 'Production' + url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} + steps: - uses: actions/checkout@v5