Skip to content

Commit ebe595e

Browse files
authored
Merge pull request #5 from raffaeu/change-char
Simplify Azure login step in deployment workflow by using consolidate…
2 parents a7fcf06 + 7af3f1e commit ebe595e

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)