Hi there, I am starting a dagger service which receives dagger.File for its configuration. I would like to run this in GH actions and I need to store the configuration file as a secret. I know how to retrieve the plaintext from secrets, but I don't know how to convert it (a string) to a dagger File... I am using Python SDK.
Does anyone know how to create a dagger File "on the fly" starting from a python string or a secret?
Thank you!