leon-thomm/Ryven

Secrets handling

gergovari opened this issue · 1 comments

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.

I suggest you extend your Data class and implement get_data() appropriately.