My issue is that after I load the context stuff in...
# ask-community
a
My issue is that after I load the context stuff into my secrets like so:
@task
def load_context(config):
prefect.context.setdefault("secrets", {})
for name in config.options('Default'):
string_value = config.get('Default', name)
prefect.context.secrets[name] = string_value