Skip to content

Commit

Permalink
update cakephp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed May 26, 2024
1 parent d3565ce commit 2985357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-cakephp5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2985357

Please sign in to comment.