We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc590c commit 1798bbcCopy full SHA for 1798bbc
.github/workflows/deploy_to_azure.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Login to Azure with OIDC
63
uses: azure/login@v2
64
with:
65
- client-id: ${{ secrets.AZURE_CLIENT_ID }}
+ client-id: ${{ secrets.AZURE_CLIENT_ID_2 }}
66
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
67
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
68
0 commit comments