let user choose SSH key owner when migrating to an org

This commit is contained in:
pomidorry
2026-06-07 14:38:26 +03:00
parent 781666b5eb
commit 6ce30aa144
13 changed files with 109 additions and 19 deletions
+3
View File
@@ -62,6 +62,9 @@ type MigrateRepoForm struct {
AuthUsername string `json:"auth_username"`
AuthPassword string `json:"auth_password"`
AuthToken string `json:"auth_token"`
// SSHKeyOwnerID picks which managed SSH keypair to use for SSH clones.
// 0 means use the target repo owner (default).
SSHKeyOwnerID int64 `json:"ssh_key_owner_id"`
// required: true
UID int64 `json:"uid" binding:"Required"`
// required: true