diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-31 18:41:37 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-01 16:50:21 +0200 |
commit | 68115f72a996cf4584055fb6566c39b373d96761 (patch) | |
tree | 033b7db510d92ba2e0a06225324ef540bf2cb9c1 /doc/ci/pipelines.md | |
parent | 52388feb644aae75f9f31ca71d019c1dfade3d28 (diff) | |
download | gitlab-ce-secret-variables-name.tar.gz |
Rename Secret variables -> variablessecret-variables-name
Diffstat (limited to 'doc/ci/pipelines.md')
-rw-r--r-- | doc/ci/pipelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index b16cbc61d14..4e964af97f5 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -258,7 +258,7 @@ on that specific branch: - trigger **manual actions** on existing pipelines - **retry/cancel** existing jobs (using Web UI or Pipelines API) -**Secret variables** marked as **protected** are accessible only to jobs that +**Variables** marked as **protected** are accessible only to jobs that run on protected branches, avoiding untrusted users to get unintended access to sensitive information like deployment credentials and tokens. |