Setting Repo Secret as a JSON file

I have a space which utilizes Google Vision API as a part of the workflow. I need to add a JSON file which is the service key used by the client to authorize. how do I store this as a Repository secret in the space?

hi @rejin-omotec

You absolutely can to that, but you might need to convert it to a simple string first and then parse it on your app, just found this guide for you