Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_content.html.haml « variables « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98f618ca3b827f7538f37afb0b7469b07e23b84b (plain)
1
2
3
4
5
6
7
8
9
%h4.prepend-top-0
  Secret variables
  = link_to icon('question-circle'), help_page_path('ci/variables/README', anchor: 'secret-variables'), target: '_blank'
%p
  These variables will be set to environment by the runner, and could be protected by exposing only to protected branches or tags.
%p
  So you can use them for passwords, secret keys or whatever you want.
%p
  The value of the variable can be visible in job log if explicitly asked to do so.