Set development team dynamically for CICD - ios

is there a way to set the development team (required to publish ios app) programatically? I’m building and publishing my ios app using github actions, so I can’t manually change it.

Remember the ios folder gets created on npx cap add ios so I can’t do it manually and push it to my repo.

Thanks!!

On Capacitor it’s recommended to commit the ios/android folders, so yeah, you can npx cap add ios, configure the signing and commit the changes.

If you don’t want to commit the folders, I think you can use fastlane to configure the signing.