Skip to content

Commit

Permalink
Update azure login action
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Oct 1, 2024
1 parent bfa540d commit 5749fca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_webappDeployTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ jobs:
env:
WEBAPP_DIRECTORY: ${{ inputs.webapp_directory }}

# Azure login
- name: Azure login
id: azure_login
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
client-id: ${{ secrets.CLIENT_ID }}
tenant-id: ${{ inputs.tenant_id }}
subscription-id: ${{ inputs.subscription_id }}

Expand Down

0 comments on commit 5749fca

Please sign in to comment.