Secret files in render.yaml

How could I define secrets files in render.yaml?
Exporting my service I see these entries for my secret files public.pem and private.pem:

    envVars:
    - key: public.pem
      sync: false
    - key: private.pem
      sync: false

Thanks in advance.