@@ -108,7 +108,7 @@ For credentials management, we strongly advise to use [environment variables con
If you have to manage different set of authentication credentials depending on managed environments, you shall either use [GitLab scoped variables](https://docs.gitlab.com/ee/ci/environments/index.html#scoping-environments-with-specs) or our [scoped variables syntax](https://to-be-continuous.gitlab.io/doc/usage/#scoped-variables) to limit/override some variables values, using `$CI_ENVIRONMENT_NAME` as the conditional variable.
Example: different credentials for production (declared as project variables)
Example: different credentials for production (:warning: declared as project variables)