2016-04-27 04:01:43 -04:00
|
|
|
%h4.prepend-top-0
|
2017-05-31 10:45:51 -04:00
|
|
|
Secret variables
|
|
|
|
= link_to icon('question-circle'), help_page_path('ci/variables/README', anchor: 'secret-variables'), target: '_blank'
|
2016-04-27 04:01:43 -04:00
|
|
|
%p
|
2017-05-31 10:45:51 -04:00
|
|
|
These variables will be set to environment by the runner, and could be protected by exposing only to protected branches or tags.
|
2016-04-27 04:01:43 -04:00
|
|
|
%p
|
|
|
|
So you can use them for passwords, secret keys or whatever you want.
|
|
|
|
%p
|
2017-01-26 06:52:58 -05:00
|
|
|
The value of the variable can be visible in job log if explicitly asked to do so.
|