azure-ad-b2c / deploy-trustframework-policy

A GitHub Action for deploying TrustFramework policies using the Microsoft Graph
MIT License
21 stars 9 forks source link

Deploy failed without error details #118

Open michael-freidgeim-webjet opened 2 years ago

michael-freidgeim-webjet commented 2 years ago

We are using azure-ad-b2c/deploy-trustframework-policy@v1 and it worked fine. After some recent changes (changing secret ) deployment start to fail without error details

Error: Action failed: [object Object]. How can I see exception details?

Similar deployment to other B2C AAD continue to work.

Kahera commented 2 years ago

I have the same issue, tried both with v3 and v5.3. The only feedback I get is this:

Uploading policy file B2C-config/TrustFrameworkBase.xml ...
##[debug]Node Action run completed with exit code 1
letusfly85 commented 1 year ago

I created a PR.

https://github.com/azure-ad-b2c/deploy-trustframework-policy/pull/151

praneetloke commented 10 months ago

For the past two weeks the GitHub Action has been failing for me this way, without any additional details about the error. Can someone please merge the linked PR so we can see what is going on? I was manually able to upload the base policy from the portal though, so I don't know what is going on?

image