Skip to content

Commit 7c3608d

Browse files
authored
Add client-id to Azure login step in workflow
1 parent 3e5e42a commit 7c3608d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Azure login (OIDC)
2525
uses: azure/login@v2
2626
with:
27+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2728
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
2829
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} # [oai_citation:1‡GitHub](https://github.com/Azure/login)
2930

0 commit comments

Comments
 (0)