From f89c4df19783a68902f093e2637304ecd3a221d2 Mon Sep 17 00:00:00 2001 From: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Date: Tue, 16 May 2023 17:14:28 -0700 Subject: [PATCH] Fix deploy step in GH action (#3420) Signed-off-by: Nick Greenfield --- .github/workflows/website-root.yml | 1 + .github/workflows/website-v1-10.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/website-root.yml b/.github/workflows/website-root.yml index b035f4926..ceaad7f62 100644 --- a/.github/workflows/website-root.yml +++ b/.github/workflows/website-root.yml @@ -29,6 +29,7 @@ jobs: HUGO_VERSION: "0.100.2" with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BAY_0E9E0E81E }} + skip_deploy_on_missing_secrets: true repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" app_location: "/daprdocs" diff --git a/.github/workflows/website-v1-10.yml b/.github/workflows/website-v1-10.yml index 0dc79c7fe..53a9caf1c 100644 --- a/.github/workflows/website-v1-10.yml +++ b/.github/workflows/website-v1-10.yml @@ -29,6 +29,7 @@ jobs: HUGO_VERSION: "0.100.2" with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BAY_0E9E0E81E }} + skip_deploy_on_missing_secrets: true repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" app_location: "/daprdocs"