From a9cdd8425ecfd8332288a7a407c4084f31237071 Mon Sep 17 00:00:00 2001 From: Ramazan Yilmaz Date: Tue, 5 Dec 2023 11:55:20 +0100 Subject: [PATCH] Fix token names in workflows --- .github/workflows/azure-static-web-apps-dev.yml | 2 +- .github/workflows/azure-static-web-apps-prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-dev.yml b/.github/workflows/azure-static-web-apps-dev.yml index 9b8b325..40b0c82 100644 --- a/.github/workflows/azure-static-web-apps-dev.yml +++ b/.github/workflows/azure-static-web-apps-dev.yml @@ -42,5 +42,5 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DELIGHTFUL_ISLAND_00347E803 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DEV }} action: "close" diff --git a/.github/workflows/azure-static-web-apps-prod.yml b/.github/workflows/azure-static-web-apps-prod.yml index cd80ba9..95ca52a 100644 --- a/.github/workflows/azure-static-web-apps-prod.yml +++ b/.github/workflows/azure-static-web-apps-prod.yml @@ -42,5 +42,5 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GREEN_CLIFF_0416A2F03 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROD }} action: "close"