3 lines
132 B
Text
3 lines
132 B
Text
![]() |
<% Object.keys(it.secrets).forEach(function(prop) {
|
||
|
%> $<%= it.toLower(prop) %> = "<%= it.secrets[prop] %>" <%= '\n' %> <%
|
||
|
}) %>
|