How to add SSH public key to multiple GitHub repos

Description of the feature request

  • I have two repositories one managing the code and other managing the iOS provisioning profiles and certificates using fastlane. Github doesn’t allow same key to be added to multiple repos. So is there any way to create multiple ssh keys on bitrise per project so that I can use it in my iOS and cert repos?

Use case / for what or how I would use it

to generate builds

Hello,

GitHub should allow you to register the same SSH key for more than one repo. We recommend this when you need to access multiple repositories during your build. The other option would be to use a bot user.

Please review “Can I add projects with submodules or with private repo dependencies?”

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.