Skip to content

Commit 952da11

Browse files
committed
refactor: use environment variable for Google Play JSON key
1 parent cfd2b5a commit 952da11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ platform :android do
5050
upload_to_play_store(
5151
track: 'production',
5252
aab: "app/build/outputs/bundle/release/app-release.aab",
53-
json_key: "app/qrbarcode-8b0b8-aaefa03b2374.json"
53+
json_key: "app/#{ENV['GOOGLE_PLAY_JSON']}"
5454
)
5555
end
5656

0 commit comments

Comments
 (0)