Secrets handling
gergovari opened this issue · 1 comments
gergovari commented
As I see it, even API keys that are loaded from env variables (basically every Data) is serialized into the save file. There's no way to publish a workflow without that information, obv. you can edit it by hand but that is finicky.
leon-thomm commented
I suggest you extend your Data
class and implement get_data()
appropriately.