From 3267d84f79f549224fbc997b2628b7edc4420b30 Mon Sep 17 00:00:00 2001 From: Seth Date: Tue, 22 Jun 2021 16:04:55 +0100 Subject: [PATCH] chore (fastlane) add path to google play API key to AppFile --- fastlane/Appfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Appfile b/fastlane/Appfile index 212e97ac58..83336d85db 100644 --- a/fastlane/Appfile +++ b/fastlane/Appfile @@ -1,2 +1,2 @@ -json_key_file("") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one +json_key_file("./app/play-service-account-key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one package_name("io.github.sds100.keymapper") # e.g. com.krausefx.app