From 0ec36a3032bfb1efc4798dc7c0725167adf3e162 Mon Sep 17 00:00:00 2001 From: Aashutosh soni Date: Fri, 29 Dec 2023 20:30:24 +0530 Subject: [PATCH] update: azure static web app workaround. --- .../workflows/azure-static-web-apps-calm-cliff-0a07d4f10.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-calm-cliff-0a07d4f10.yml b/.github/workflows/azure-static-web-apps-calm-cliff-0a07d4f10.yml index 7251a58..f2f11a4 100644 --- a/.github/workflows/azure-static-web-apps-calm-cliff-0a07d4f10.yml +++ b/.github/workflows/azure-static-web-apps-calm-cliff-0a07d4f10.yml @@ -32,6 +32,10 @@ jobs: api_location: "" # Api source code path - optional output_location: "build" # Built app content directory - optional ###### End of Repository/Build Configurations ###### + env: # Add environment variables here + REACT_APP_COMPILATION_URL: ${{ secrets.REACT_APP_COMPILATION_URL}} + REACT_APP_GOOGLE_AUTH: ${{ secrets.REACT_APP_GOOGLE_AUTH}} + REACT_APP_CODEDB: ${{ secrets.REACT_APP_CODEDB}} close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'