drone/drone-starlark/repos/from-secret.star

4 lines
60 B
Plaintext
Raw Normal View History

2020-05-10 16:16:11 +00:00
def fromSecret(name):
return {
"from_secret": name
}