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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-09 06:07:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-09 06:07:59 +0300
commitce130e211808c9b02116f30af4a043f1a4d3a717 (patch)
tree133b0cb229d979361518e806189223eb99edf6c3 /doc/user/project/deploy_tokens
parented4df05ce917d6cf175aeb508b0485ae5f281a0a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/deploy_tokens')
-rw-r--r--doc/user/project/deploy_tokens/index.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/user/project/deploy_tokens/index.md b/doc/user/project/deploy_tokens/index.md
index 4479653417c..75dd242cb81 100644
--- a/doc/user/project/deploy_tokens/index.md
+++ b/doc/user/project/deploy_tokens/index.md
@@ -1,11 +1,12 @@
# Deploy Tokens
-> [Introduced][ce-17894] in GitLab 10.7.
+> - [Introduced][ce-17894] in GitLab 10.7.
+> - [Moved](https://gitlab.com/gitlab-org/gitlab/issues/199370) from **Settings > Repository** in GitLab 12.9.
-Deploy tokens allow to download (through `git clone`), or read the container registry images of a project without the need of having a user and a password.
+Deploy tokens allow you to download (through `git clone`) or read the container registry images of a project without having a user and a password.
-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 [maintainers](../../permissions.md).
+Please note that deploy tokens expire on the date you define,
+at midnight UTC, and that they can be only managed by [maintainers](../../permissions.md).
## Creating a Deploy Token