Skip to content

Commit

Permalink
docs: clarify GitLab CI/CD protected variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Dec 3, 2019
1 parent 29d6b5d commit ecc4e66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/recipes/gitlab-ci.md
Expand Up @@ -2,7 +2,9 @@

## Environment variables

The [Authentication](../usage/ci-configuration.md#authentication) environment variables can be configured with [Secret variables](https://docs.gitlab.com/ce/ci/variables/README.html#secret-variables).
The [Authentication](../usage/ci-configuration.md#authentication) environment variables can be configured with [Protected variables](https://docs.gitlab.com/ce/ci/variables/README.html#protected-environment-variables).

**Note**: Make sure to configure your release branch as [protected](https://docs.gitlab.com/ce/user/project/protected_branches.html) in order for the CI/CD build to access the protected variables.

## Node project configuration

Expand Down

0 comments on commit ecc4e66

Please sign in to comment.