Skip to content

Commit 1f168c4

Browse files
committed
Fix Azure login step in deployment workflow by updating credentials syntax
1 parent 7af3f1e commit 1f168c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919

2020
# Log into Azure
2121
- uses: azure/[email protected]
22-
with: ${{ secrets.AZURE_CREDENTIALS_REALLY }}
22+
with:
23+
creds: ${{ secrets.AZURE_CREDENTIALS_REALLY }}
2324

2425
# Deploy ARM template
2526
- name: Run ARM deploy

0 commit comments

Comments
 (0)