Skip to content

Commit daadcc7

Browse files
committed
chore: update variable
1 parent 12d38de commit daadcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: get-sp-oid
4646
run: |
4747
SP_OBJECT_ID=$(az ad sp show --id ${{ vars.AZURE_CLIENT_ID }} --query id -o tsv)
48-
echo "SERVICE_PRINCIPAL_OBJECT_ID=$SP_OBJECT_ID" >> $GITHUB_ENV
48+
echo "AZURE_SERVICE_PRINCIPAL_OBJECT_ID=$SP_OBJECT_ID" >> $GITHUB_ENV
4949
shell: bash
5050

5151
- name: Log in with Azure Developer CLI

0 commit comments

Comments
 (0)