From 8f342bc13d7b3245df6777cb1f3bb5f32bfdcaf0 Mon Sep 17 00:00:00 2001 From: Sam Bao Date: Fri, 2 Feb 2024 19:03:38 -0700 Subject: [PATCH] Update azure-static-web-apps-orange-river-0725b4710.yml adding environment variables --- .../azure-static-web-apps-orange-river-0725b4710.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-orange-river-0725b4710.yml b/.github/workflows/azure-static-web-apps-orange-river-0725b4710.yml index 08bd31b..406376b 100644 --- a/.github/workflows/azure-static-web-apps-orange-river-0725b4710.yml +++ b/.github/workflows/azure-static-web-apps-orange-river-0725b4710.yml @@ -16,6 +16,10 @@ jobs: name: Build and Deploy Job env: CI: false + REACT_APP_GCP_KEY: ${{secrets.REACT_APP_GCP_KEY}} + REACT_APP_SPOTIFY_CLIENTID: ${{secrets.REACT_APP_SPOTIFY_CLIENTID}} + REACT_APP_BACKEND: ${{vars.REACT_APP_BACKEND}} + REACT_APP_REDIRECT_URL: ${{vars.REACT_APP_REDIRECT_URL}} steps: - uses: actions/checkout@v3 with: