Update README.md (settings -> pipelines is renamed to settings -> CI / CD )
This commit is contained in:
parent
f39beff64c
commit
2f140cfad4
|
|
@ -111,7 +111,7 @@ We also use two secure variables:
|
|||
## Storing API keys
|
||||
|
||||
Secure Variables can added by going to your project's
|
||||
**Settings ➔ Pipelines ➔ Secret variables**. The variables that are defined
|
||||
**Settings ➔ CI / CD ➔ Secret variables**. The variables that are defined
|
||||
in the project settings are sent along with the build script to the Runner.
|
||||
The secure variables are stored out of the repository. Never store secrets in
|
||||
your project's `.gitlab-ci.yml`. It is also important that the secret's value
|
||||
|
|
|
|||
Loading…
Reference in New Issue