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
path: root/doc
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-04-06 04:04:11 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2018-04-07 05:20:16 +0300
commita475411f4380ef4d0260940206e2553da3b2f3ee (patch)
treef9e67c7dc2476f57fdf30a2a9e55eb323759d0b6 /doc
parent2c6c61815edada16c4477c938209c24c647e1798 (diff)
Fixes broken schema and minor changes
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/deploy_tokens/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/deploy_tokens/index.md b/doc/user/project/deploy_tokens/index.md
index 44e95bbcda0..72a1a1ccabc 100644
--- a/doc/user/project/deploy_tokens/index.md
+++ b/doc/user/project/deploy_tokens/index.md
@@ -7,7 +7,7 @@ Deploy tokens allow to download (through `git clone`), or read the container reg
Please note, that the expiration of deploy tokens happens on the date you define,
at midnight UTC and that they can be only managed by [masters](https://docs.gitlab.com/ee/user/permissions.html).
-## Creating a personal access token
+## Creating a Deploy Token
You can create as many deploy tokens as you like from the settings of your project:
@@ -36,7 +36,7 @@ the following table.
| Scope | Description |
| ----- | ----------- |
-|`read_repository` | Allows read-access to the repository through `git clone` |
+| `read_repository` | Allows read-access to the repository through `git clone` |
| `read_registry` | Allows read-access to [container registry] images if a project is private and authorization is required. |
## Usage