diff options
author | J. B. Rainsberger <me@jbrains.ca> | 2017-02-23 17:24:34 +0000 |
---|---|---|
committer | J. B. Rainsberger <me@jbrains.ca> | 2017-02-23 17:24:34 +0000 |
commit | 3d8c4c903cefc332a421039573c67353a9fa6055 (patch) | |
tree | f1806a8358d55b3e922313e85c3675d3a17268ab /doc/ci/variables/README.md | |
parent | 170fef0bd34a853bc2499cc7335705f73bc98edb (diff) | |
download | gitlab-ce-3d8c4c903cefc332a421039573c67353a9fa6055.tar.gz |
Fixed instructions for adding Secret Variables to a CI/CD pipeline.
Diffstat (limited to 'doc/ci/variables/README.md')
-rw-r--r-- | doc/ci/variables/README.md | 3 |
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. |