summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Kosel <juergen.kosel@gmx.de>2019-02-04 18:39:37 +0100
committerJuergen Kosel <juergen.kosel@gmx.de>2019-02-04 18:39:37 +0100
commitf98aae8403023f73fbebf1a044b4ec08eaf76140 (patch)
tree0a8901c59373d19db0c68a23c0b04b782c2a87cf
parentdd351567173497c4afdb23ee71b909d8264ed11c (diff)
downloadgitlab-ce-f98aae8403023f73fbebf1a044b4ec08eaf76140.tar.gz
Apply merge request suggestions regarding creation of personal access token
Apply of the following suggestions: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860004 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860005 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860006 Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
-rw-r--r--doc/workflow/repository_mirroring.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/workflow/repository_mirroring.md b/doc/workflow/repository_mirroring.md
index 3804b576b51..0289c45de28 100644
--- a/doc/workflow/repository_mirroring.md
+++ b/doc/workflow/repository_mirroring.md
@@ -90,9 +90,7 @@ The repository will push soon. To force a push, click the appropriate button.
## Setting up a push mirror to another GitLab instance with 2FA activated
-1. Create a personal access token with scope "api". This could be done
-in your profile settings
-[personal_access_tokens](https://gitlab.com/profile/personal_access_tokens)
+1. Create a [personal access token](https://gitlab.com/profile/personal_access_tokens) with `API` scope.
1. Fill in the **Git repository URL** field using this format: `https://oauth2@gitlab.com/<your_gitlab_group_or_name>/<your_gitlab_project>.git`.
1. Fill in **Password** field with your GitLab personal access token.
1. Click the **Mirror repository** button.