From 9e17042a72ab37c19ecf37df10b02b77a8c071e2 Mon Sep 17 00:00:00 2001 From: Morgan <33722304+ThyMinimalDev@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:20:15 +0200 Subject: [PATCH] chore: update github actions for platform (#14130) --- .github/workflows/production-build-without-database.yml | 1 + .github/workflows/production-build.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/production-build-without-database.yml b/.github/workflows/production-build-without-database.yml index 9e1b97e77c..40c05b0e92 100644 --- a/.github/workflows/production-build-without-database.yml +++ b/.github/workflows/production-build-without-database.yml @@ -29,6 +29,7 @@ env: SENDGRID_EMAIL: ${{ secrets.CI_SENDGRID_EMAIL }} TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} + NEXT_PUBLIC_API_V2_URL: ${{ secrets.CI_NEXT_PUBLIC_API_V2_URL }} jobs: build: diff --git a/.github/workflows/production-build.yml b/.github/workflows/production-build.yml index bec534a204..557eb59e6c 100644 --- a/.github/workflows/production-build.yml +++ b/.github/workflows/production-build.yml @@ -33,6 +33,7 @@ env: SENDGRID_EMAIL: ${{ secrets.CI_SENDGRID_EMAIL }} TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} + NEXT_PUBLIC_API_V2_URL: ${{ secrets.CI_NEXT_PUBLIC_API_V2_URL }} jobs: build: