How can I encrypt/pass the JSON key file used by Fastlane to upload my apps to the app store?
Seems the current solution is to keep the key.json in the repo itself and mention the path in the Fastfile.
json_key_file("../key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup
What would be a better alternative?