From 113fe3ead4ed6d8f376b379e59e3f1de35d427aa Mon Sep 17 00:00:00 2001 From: Fred Date: Wed, 27 Mar 2024 21:57:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20include=20env=20variables=20in?= =?UTF-8?q?=20CI=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-test-desktop-app.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-test-desktop-app.yaml b/.github/workflows/build-test-desktop-app.yaml index b6d18cf1..a2859bdb 100644 --- a/.github/workflows/build-test-desktop-app.yaml +++ b/.github/workflows/build-test-desktop-app.yaml @@ -30,6 +30,9 @@ jobs: TODESKTOP_ACCESS_TOKEN: ${{ secrets.TODESKTOP_ACCESS_TOKEN }} TODESKTOP_EMAIL: ${{ secrets.TODESKTOP_EMAIL }} INTERNAL_INTEGRATION_API_URL: ${{ secrets.INTERNAL_INTEGRATION_API_URL }} + NEXT_PUBLIC_SVM_METRICS: "https://fr64dzklc3.execute-api.us-west-2.amazonaws.com/prod" + NEXT_PUBLIC_ADOBE_EMBED_API_KEY: "a165f09589fc4cd29a574b37d1212a96" + NEXT_PUBLIC_TARGET: "electron" TURBO_TEAM: ${{ secrets.TURBO_TEAM }} TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}