Hello everyone I have a general question about processing sensitive information in Nextflow. I want to pass an API key to a Nextflow plugin we are working on, and I am wondering what is the best way to do this, via Nextflow secrets or by setting an environment variable which is then accessed in the plugin code? If you use Nextflow secrets you always have to store the API key in a json file right?