We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8a5f2 commit 53e4959Copy full SHA for 53e4959
sample/ios/fastlane/Fastfile
@@ -43,7 +43,7 @@ platform :ios do
43
api_key_info = {
44
key_id: ENV["APP_STORE_CONNECT_API_KEY_ID"],
45
issuer_id: ENV["APP_STORE_CONNECT_API_ISSUER_ID"],
46
- key_filepath: key_file_path
+ key: ENV["APP_STORE_CONNECT_API_KEY"]
47
}
48
puts "api_key_info: #{api_key_info}"
49
0 commit comments