From 2985357cab80df6987bbaef5a8f5126861758f5d Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Sun, 26 May 2024 16:34:31 +0900 Subject: [PATCH] update cakephp workflow --- .github/workflows/php-cakephp5.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-cakephp5.yml b/.github/workflows/php-cakephp5.yml index efa7fc9..cc613ef 100644 --- a/.github/workflows/php-cakephp5.yml +++ b/.github/workflows/php-cakephp5.yml @@ -81,9 +81,9 @@ jobs: - name: Az CLI Login uses: azure/login@v2 with: - client-id: ${{ vars.AZURE_CLIENT_ID }} - tenant-id: ${{ vars.AZURE_TENANT_ID }} - subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }} + client-id: ${{ secrets.AZURE_CLIENT_ID }} + tenant-id: ${{ secrets.AZURE_TENANT_ID }} + subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Azure App Service Settings uses: Azure/appservice-settings@v1