For some days, it’s not possible any more to create a new Android app by using the automatic ssh key, using a self hosted Gitlab instance.
The step “Git clone” fails with the following error : Failed, error: Permission denied (publickey).
Gitlab instance is up to date, v 12.9.0 (ee).
I tried to provide a newly-created key for this purpose only, by adding the public part on Gitlab repo as a deploy key, and by using the private part when creating the app on Bitrise, but with the same problem.