Skip to content

Commit a28d6ae

Browse files
committed
Refactor Azure login step to use credentials JSON format for improved security
1 parent bf3288d commit a28d6ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
- name: Azure Login
2626
uses: azure/[email protected]
2727
with:
28-
client-id: ${{ secrets.AZURE_CLIENT_ID }}
29-
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
30-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
28+
creds: ${{ secrets.AZURE_CREDENTIALS }}
3129

3230
- uses: azure/[email protected]
3331
with:

0 commit comments

Comments
 (0)