diff --git a/.github/workflows/website-v1-17.yml b/.github/workflows/website-v1-17.yml index 568f47f1eb0..013e842f698 100644 --- a/.github/workflows/website-v1-17.yml +++ b/.github/workflows/website-v1-17.yml @@ -47,9 +47,9 @@ jobs: HUGO_ENV: production HUGO_VERSION: "0.147.9" with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_16 }} - repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_17 }} skip_deploy_on_missing_secrets: true + 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. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig @@ -66,6 +66,7 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_16 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_17 }} skip_deploy_on_missing_secrets: true + app_location: "/daprdocs/public" # App source code path action: "close"