Refresh ad hoc provisioning profile from expo.dev
Alex Froitzheim
We trigger builds (including preview builds) with an eas workflow based on github events. Our tester sometimes needs to add new devices to our ad hoc provisioning profile. They can add devices on expo.dev under our org > credentials > apple devices. They could also manually trigger a new build via the Build from GitHub functionality. The gap seems to be to refresh the provisioning profile which always requires a dev to run
eas build:resign
or trigger a build with the --refresh-ad-hoc-provisioning-profile
flag. Allowing to do this on expo.dev as well, maybe as part of the Build from Github ui would be great. Hope I'm not overlooking anything.