From 1bdeb7fa4b16a1e0f91fcf969471ffa2a8fbd1a2 Mon Sep 17 00:00:00 2001 From: cf2013 Date: Mon, 5 Aug 2024 14:32:23 -0600 Subject: [PATCH] Update azure-static-web-apps-proud-beach-096aafb10.yml fix pipeline. --- .../azure-static-web-apps-proud-beach-096aafb10.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-proud-beach-096aafb10.yml b/.github/workflows/azure-static-web-apps-proud-beach-096aafb10.yml index 67df869..2ab5136 100644 --- a/.github/workflows/azure-static-web-apps-proud-beach-096aafb10.yml +++ b/.github/workflows/azure-static-web-apps-proud-beach-096aafb10.yml @@ -23,8 +23,6 @@ jobs: uses: Azure/static-web-apps-deploy@v1 with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BEACH_096AAFB10 }} - COSMOSDB_ENDPOINT: ${{ secrets.COSMOSDB_ENDPOINT }} - COSMOSDB_KEY: ${{ secrets.COSMOSDB_KEY }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### @@ -33,6 +31,9 @@ jobs: api_location: "" # Api source code path - optional output_location: "dist" # Built app content directory - optional ###### End of Repository/Build Configurations ###### + env: + COSMOSDB_ENDPOINT: ${{ secrets.COSMOSDB_ENDPOINT }} + COSMOSDB_KEY: ${{ secrets.COSMOSDB_KEY }} close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'