microsoft / powerplatform-actions

Power Platform GitHub Actions automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Branch solution action failing on create-solution-pr in IL5 environment

DevonAleshireMSFT opened this issue · comments

Hi, I am troubleshooting an issue where the branch-solution action is failing in an IL5 environment. This is simply for testing Power Platform actions on GH in DoD using the tutorial .

I was hoping to confirm that the action should not have any issues running in IL5 on a GitHub Enterprise server. Is there any reliance on github.com?

Using V1 Power Platform Actions

image

image

Source code for branch solution is here: https://github.com/microsoft/powerplatform-actions/blob/main/src/actions/branch-solution/index.ts

It looks like the action needs to open interactive authentication window maybe for multi factor authentication.

Let me review and see if I can run some additional testing. Thank you!