diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2306e38..4bd9998 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ permissions: jobs: build: env: - PUBLIC_API_BASE_URL: ${{ vars.PUBLIC_API_BASE_URL}} + PUBLIC_API_BASE_URL: ${{ env.PUBLIC_API_BASE_URL }} runs-on: ubuntu-latest steps: - name: Checkout your repository using git