From fd601f4465fa880c307ab7b4faceb9393b74a77d Mon Sep 17 00:00:00 2001 From: kazami139 Date: Tue, 14 Feb 2023 12:39:53 +0000 Subject: [PATCH] fix: token --- .github/workflows/dev-azure-staticwebapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-azure-staticwebapp.yml b/.github/workflows/dev-azure-staticwebapp.yml index 433043d..36a37fc 100644 --- a/.github/workflows/dev-azure-staticwebapp.yml +++ b/.github/workflows/dev-azure-staticwebapp.yml @@ -113,5 +113,5 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ env.AZURE_STATIC_WEB_APPS_API_TOKEN }} # secret containing api token for app + azure_static_web_apps_api_token: ${{ env.AZURE_STATIC_WEB_APPS_API_TOKEN_DEV }} # secret containing api token for app action: "close"