From e6de9cb920007e814e2f6a3eca157f263b5e137d Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Wed, 26 May 2021 18:47:54 -0700 Subject: [PATCH] Update wrkflow for v1.3 --- .../workflows/{website-v1-2.yml => website-v1-3.yml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{website-v1-2.yml => website-v1-3.yml} (92%) diff --git a/.github/workflows/website-v1-2.yml b/.github/workflows/website-v1-3.yml similarity index 92% rename from .github/workflows/website-v1-2.yml rename to .github/workflows/website-v1-3.yml index 5e5423e4f..9ea74b94d 100644 --- a/.github/workflows/website-v1-2.yml +++ b/.github/workflows/website-v1-3.yml @@ -1,13 +1,13 @@ -name: Azure Static Web App v1.2 +name: Azure Static Web App v1.3 on: push: branches: - - v1.2 + - v1.3 pull_request: types: [opened, synchronize, reopened, closed] branches: - - v1.2 + - v1.3 jobs: build_and_deploy_job: @@ -27,7 +27,7 @@ jobs: HUGO_ENV: production HUGO_VERSION: "0.74.3" with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WONDERFUL_ISLAND_07C05FD1E }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_3 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) skip_deploy_on_missing_secrets: true action: "upload" @@ -48,6 +48,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_API_TOKEN_WONDERFUL_ISLAND_07C05FD1E }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_3 }} skip_deploy_on_missing_secrets: true action: "close"