Hello, I am using successfully getClientConfig (from @pulumi/azure-native/authorization) to retrieve the subscriptionId when running Pulumi locally. Now I am configuring GitHub Actions to use OIDC for login and although everything is running fine and the login is successful, the subscriptionId is now coming empty only on the workflow, probably related to the login difference. This is breaking some Id references.
Is there any other way to refer to the subscriptionId and tenantId which works for both login patterns?