diff --git a/.github/workflows/environment-infra-cd.yml b/.github/workflows/environment-infra-cd.yml index dd0647eb1..9e80202ba 100644 --- a/.github/workflows/environment-infra-cd.yml +++ b/.github/workflows/environment-infra-cd.yml @@ -25,6 +25,9 @@ AZURE_SUBSCRIPTION_ID: description: 'Azure Subscription ID' required: true + GHA_PRINCIPAL_ID: + description: 'GitHub Actions Azure Principal ID' + required: true concurrency: group: ${{ github.workflow }}-infra-${{ inputs.deploy_env }}