From dd843363bc638167cea16476ef16a96ccb97d1f8 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Mon, 6 Mar 2023 17:42:47 -0600 Subject: [PATCH] update workflow for 1.11 Signed-off-by: Hannah Hunter --- .../workflows/{website-v1-10.yml => website-v1-11.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{website-v1-10.yml => website-v1-11.yml} (96%) diff --git a/.github/workflows/website-v1-10.yml b/.github/workflows/website-v1-11.yml similarity index 96% rename from .github/workflows/website-v1-10.yml rename to .github/workflows/website-v1-11.yml index 33b7bbe32..5929133c0 100644 --- a/.github/workflows/website-v1-10.yml +++ b/.github/workflows/website-v1-11.yml @@ -3,11 +3,11 @@ name: Azure Static Web App v1.9 on: push: branches: - - v1.10 + - v1.11 pull_request: types: [opened, synchronize, reopened, closed] branches: - - v1.10 + - v1.11 jobs: build_and_deploy_job: @@ -28,7 +28,7 @@ jobs: HUGO_ENV: production HUGO_VERSION: "0.100.2" with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_10 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_11 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) skip_deploy_on_missing_secrets: true action: "upload" @@ -49,6 +49,6 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v0.0.1-preview with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_10 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_11 }} skip_deploy_on_missing_secrets: true action: "close"