We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6a73a commit 0c65283Copy full SHA for 0c65283
.github/workflows/run-samples.yml
@@ -75,7 +75,7 @@ jobs:
75
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
76
- name: Deploy resources
77
run: |
78
- principalId="$(az ad signed-in-user show -o tsv --query id)"
+ principalId="$(az ad sp show --id ${{ secrets.AZURE_CLIENT_ID }} -o tsv --query id)"
79
az deployment sub create --location eastus \
80
--template-file .infra/deployment/main.bicep \
81
--parameters principalType=ServicePrincipal \
0 commit comments