Skip to content

Commit 7af3f1e

Browse files
committed
Simplify Azure login step in deployment workflow by using consolidated credentials
1 parent f8b87f1 commit 7af3f1e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919

2020
# Log into Azure
2121
- uses: azure/[email protected]
22-
with:
23-
client-id: ${{ secrets.AZURE_CLIENT_ID }}
24-
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
25-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
26-
enable-AzPSSession: true
22+
with: ${{ secrets.AZURE_CREDENTIALS_REALLY }}
2723

2824
# Deploy ARM template
2925
- name: Run ARM deploy

0 commit comments

Comments
 (0)