I'm trying to release a beta and it's failing in the github_release task,
https://gist.github.com/icrm-af/e3a0b25ccb21b4ad5a03611a031d5301
I'm connected to three GitHub accounts using SSH, each one identified with a unique name, so when I clone the repo is something like: git@icrm:ImagineCRM-org/Repo.git.
The repo is hosted in an Org account and is private, to which my main profile has full access.
I had removed and connected the GitHub service multiple times using my main profile.
I created the same repo in my main profile and made it public.
Always failing in the same error.
@Adrian Flores We'll adjust how we are getting the repo owner so that it can handle your ssh aliases: https://github.com/SFDO-Tooling/CumulusCI/pull/2684 For configuring multiple github services, you can already do this as long as you only need to use one github account per CumulusCI project. First, connect the service with `cci service connect github <name>` and give it a name that helps you remember which account it is. Then, set it as the default github service for the current project by running `cci service default github <name> --project`. (Project defaults take precedence over global defaults.)
If you have a situation where you have a project with a dependency on a repository that is only accessible using a different account, we don't support that yet.