Skip to content

Commit 3e5e42a

Browse files
authored
Remove client-id from Azure login step
Removed client-id from Azure login step in workflow.
1 parent b3756e1 commit 3e5e42a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/docker-deploy.yaml

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

0 commit comments

Comments
 (0)