From fd4f2f9679aa59a5e0b71d3e413c00051677860c Mon Sep 17 00:00:00 2001 From: Philipp Opheys Date: Mon, 14 Oct 2024 08:45:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20API=20endpoint=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 94d26306..847edb0b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -50,3 +50,4 @@ jobs: NEXT_PUBLIC_GUEST_ONLY=${{ vars.NEXT_PUBLIC_GUEST_ONLY }} NEXT_PUBLIC_THI_API_KEY=${{ secrets.NEXT_PUBLIC_THI_API_KEY }} NEXT_PUBLIC_THI_API_MODE=${{ vars.NEXT_PUBLIC_THI_API_MODE }} + NEXT_PUBLIC_NEULAND_GRAPHQL_ENDPOINT=${{ github.ref == 'refs/heads/develop' && vars.GRAPHQL_ENDPOINT_DEV || vars.GRAPHQL_ENDPOINT_PROD }}