summaryrefslogtreecommitdiff
path: root/doc/user/project/deploy_tokens
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-04-17 15:53:02 -0500
committerMayra Cabrera <mcabrera@gitlab.com>2018-04-20 12:18:41 -0500
commitf17e83653d9befc02ac0cbfe39a5e2be62cb40ef (patch)
tree0235fc656fd73d2c58139c251aa4016f5e38c929 /doc/user/project/deploy_tokens
parenta6fb079ea3b2fe3981e811b5450df7dacf704a99 (diff)
downloadgitlab-ce-f17e83653d9befc02ac0cbfe39a5e2be62cb40ef.tar.gz
Enhances documentation on gitlab-deploy-tokens
Diffstat (limited to 'doc/user/project/deploy_tokens')
-rw-r--r--doc/user/project/deploy_tokens/index.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/project/deploy_tokens/index.md b/doc/user/project/deploy_tokens/index.md
index d22ccd737c8..b00a55672de 100644
--- a/doc/user/project/deploy_tokens/index.md
+++ b/doc/user/project/deploy_tokens/index.md
@@ -76,8 +76,9 @@ pull images from your Container Registry.
> [Introduced][ce-18414] in GitLab 10.8.
There's a special case when it comes to Deploy Tokens, if a user creates one
-named `gitlab-deploy-token`, their information will be automatically exposed
-as environment variables.
+named `gitlab-deploy-token`, the name and token of the Deploy Token will be
+automatically exposed to the CI/CD jobs as environment variables: `CI_DEPLOY_USER` and
+`CI_DEPLOY_PASSWORD`, respectively.
[ce-17894]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17894
[ce-11845]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11845