Skip to content

Commit a05aa30

Browse files
committed
Refactor dotnet.yml to update Azure Login action to use version 2 and use Azure credentials for authentication
1 parent ac714f2 commit a05aa30

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ jobs:
6868
- name: Azure Login
6969
uses: azure/login@v2
7070
with:
71-
client-id: ${{ secrets.AZURE_CLIENT_ID }}
72-
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
73-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
74-
enable-AzPSSession: true
75-
71+
creds: ${{ secrets.AZURE_CREDENTIALS }}
7672

7773

7874
- name: Deploy to Azure Web App

0 commit comments

Comments
 (0)