From 3d8c4c903cefc332a421039573c67353a9fa6055 Mon Sep 17 00:00:00 2001 From: "J. B. Rainsberger" Date: Thu, 23 Feb 2017 17:24:34 +0000 Subject: Fixed instructions for adding Secret Variables to a CI/CD pipeline. --- doc/ci/variables/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/ci') 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. -- cgit v1.2.1