From c4915445b0ef4745baa48da07769413d0d54e2b9 Mon Sep 17 00:00:00 2001 From: Felix Schlegel Date: Thu, 12 Dec 2024 20:00:05 +0100 Subject: [PATCH] ci: add PUBLIC_API_BASE_URL to environment in build job --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfa08e88..21edee27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,7 @@ on: env: node_version: ${{ vars.NODE_VERSION }} + PUBLIC_API_BASE_URL: http://localhost:8080 jobs: build: