mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 10:06:04 +10:00
encrypt credentials in project_creator for bitbucket by default
This commit is contained in:
@@ -23,7 +23,7 @@ module Gitlab
|
||||
import_url: "ssh://git@bitbucket.org/#{repo["owner"]}/#{repo["slug"]}.git",
|
||||
).execute
|
||||
|
||||
project.create_import_data(data: { "bb_session" => session_data } )
|
||||
project.create_import_data(credentials: { "bb_session" => session_data } )
|
||||
project
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user