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 fa2bd3a..257c4e7 100644 --- a/.github/workflows/azure-static-web-apps-proud-beach-096aafb10.yml +++ b/.github/workflows/azure-static-web-apps-proud-beach-096aafb10.yml @@ -31,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'