diff --git a/.github/workflows/website-v1-17.yml b/.github/workflows/website-v1-17.yml index 568f47f1eb0..683ddab229b 100644 --- a/.github/workflows/website-v1-17.yml +++ b/.github/workflows/website-v1-17.yml @@ -47,9 +47,8 @@ jobs: HUGO_ENV: production HUGO_VERSION: "0.147.9" 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 }} 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 @@ -66,6 +65,6 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_16 }} - skip_deploy_on_missing_secrets: true + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_17 }} + app_location: "/daprdocs/public" # App source code path action: "close"