Skip to content

Commit 0c65283

Browse files
committed
debug
1 parent 5e6a73a commit 0c65283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
7676
- name: Deploy resources
7777
run: |
78-
principalId="$(az ad signed-in-user show -o tsv --query id)"
78+
principalId="$(az ad sp show --id ${{ secrets.AZURE_CLIENT_ID }} -o tsv --query id)"
7979
az deployment sub create --location eastus \
8080
--template-file .infra/deployment/main.bicep \
8181
--parameters principalType=ServicePrincipal \

0 commit comments

Comments
 (0)