summaryrefslogtreecommitdiff
path: root/app/views/projects/project_variables/_content.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/project_variables/_content.html.haml')
-rw-r--r--app/views/projects/project_variables/_content.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/projects/project_variables/_content.html.haml b/app/views/projects/project_variables/_content.html.haml
new file mode 100644
index 00000000000..98f618ca3b8
--- /dev/null
+++ b/app/views/projects/project_variables/_content.html.haml
@@ -0,0 +1,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.