This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/drone-starlark/repos/from-secret.star

4 lines
60 B
Plaintext
Raw Normal View History

2020-04-26 11:43:26 +00:00
def fromSecret(name):
return {
"from_secret": name
}