From 0114373563df6c957d86b4b51f810f59b11af680 Mon Sep 17 00:00:00 2001 From: Bron Thulke Date: Sun, 30 Jun 2024 18:55:51 +1000 Subject: [PATCH] Add key setting in Github Workflow --- .../azure-static-web-apps-wonderful-mushroom-005c29b10.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-wonderful-mushroom-005c29b10.yml b/.github/workflows/azure-static-web-apps-wonderful-mushroom-005c29b10.yml index 9328757..a209406 100644 --- a/.github/workflows/azure-static-web-apps-wonderful-mushroom-005c29b10.yml +++ b/.github/workflows/azure-static-web-apps-wonderful-mushroom-005c29b10.yml @@ -31,6 +31,8 @@ jobs: api_location: "api" # Api source code path - optional output_location: "dist" # Built app content directory - optional ###### End of Repository/Build Configurations ###### + env: + GoogleAPIKey: ${{ secrets.GOOGLE_API_KEY }} close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'