Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helpers/import_github_helpers.rb')
-rw-r--r--lib/api/helpers/import_github_helpers.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/api/helpers/import_github_helpers.rb b/lib/api/helpers/import_github_helpers.rb
index 1634e064d73..19567e04d87 100644
--- a/lib/api/helpers/import_github_helpers.rb
+++ b/lib/api/helpers/import_github_helpers.rb
@@ -9,8 +9,7 @@ module API
def access_params
{
- github_access_token: params[:personal_access_token],
- additional_access_tokens: params[:additional_access_tokens]
+ github_access_token: params[:personal_access_token]
}
end