From 12f4c3d038228eb46d75980b2f0635c9b459b949 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Tue, 6 Apr 2021 09:12:13 -0700 Subject: [PATCH] Add skip on missing token flag --- .../azure-static-web-apps-wonderful-island-07c05fd1e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-wonderful-island-07c05fd1e.yml b/.github/workflows/azure-static-web-apps-wonderful-island-07c05fd1e.yml index f8a4c9949..697615476 100644 --- a/.github/workflows/azure-static-web-apps-wonderful-island-07c05fd1e.yml +++ b/.github/workflows/azure-static-web-apps-wonderful-island-07c05fd1e.yml @@ -29,6 +29,7 @@ jobs: with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WONDERFUL_ISLAND_07C05FD1E }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + skip_deploy_on_missing_secrets: true action: "upload" ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig @@ -48,4 +49,5 @@ jobs: uses: Azure/static-web-apps-deploy@v0.0.1-preview with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WONDERFUL_ISLAND_07C05FD1E }} + skip_deploy_on_missing_secrets: true action: "close"