Define owner of app/flow during deployment #1283
Unanswered
simranjeevchawla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed this Microsoft tutorial to set up a deployment pipeline from my non-prod environment to prod environment.
When a solution is deployed to the target environment, the owner of the apps/flows inside the solution is set to the Service Principal which is used to authenticate and perform the deployment using GitHub Actions. We would like to specify a different service principal or user as the owner, or keep the same owner as in the source environment from where the solution is deployed. How can we achieve that in the GitHub Actions workflow? Or would we need to perform deployment with the Service Principal that is supposed to the be owner of the apps/flows in the target environment. What are the options here? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions