summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ. B. Rainsberger <me@jbrains.ca>2017-02-23 17:24:34 +0000
committerJ. B. Rainsberger <me@jbrains.ca>2017-02-23 17:24:34 +0000
commit3d8c4c903cefc332a421039573c67353a9fa6055 (patch)
treef1806a8358d55b3e922313e85c3675d3a17268ab
parent170fef0bd34a853bc2499cc7335705f73bc98edb (diff)
downloadgitlab-ce-3d8c4c903cefc332a421039573c67353a9fa6055.tar.gz
Fixed instructions for adding Secret Variables to a CI/CD pipeline.
-rw-r--r--doc/ci/variables/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 8a638ed3df8..620d4744685 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -148,7 +148,8 @@ available in the build environment. It's the recommended method to use for
storing things like passwords, secret keys and credentials.
Secret variables can be added by going to your project's
-**Settings ➔ Variables ➔ Add variable**.
+**Settings ➔ CI/CD Pipelines**, then finding the section called
+**Secret Variables**.
Once you set them, they will be available for all subsequent jobs.