I followed this Microsoft tutorial to set up a deployment pipeline from my non-prod environment to prod environment.
Everything works fine and I'm able to export as an unmanaged solution from non-prod, store it in Github, then import the solution as managed into prod.
However, when I create my app in non-prod, the owner is me. But when I run the Github Actions workflows, the owner changes to my Service Principal (I use the SP as my authentication method to access the environments)
Therefore, when I go to prod and go to the managed solution, I don't see the app because the owner is the SP and not me.
here's what the admin sees in prod env, of course, they can see objects owned by different accounts
I can only see "Business Unit" and "Solution Health Hub" in prod env, and not the other three objects that I created in non-prod env because, after the import, those are now owned by my SP rglns-n-ENYInsight-2335-sp.
here's what I can only see in prod env, from my account
How do I go around this? Because from a PowerApps developer's perspective, I need to be able to see the app in order to click the three dots and share the app to my users.