Skip to content

Commit 53e4959

Browse files
committed
chore: update package.json path and upgrade dependencies in Gemfile.lock
1 parent 6e8a5f2 commit 53e4959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ platform :ios do
4343
api_key_info = {
4444
key_id: ENV["APP_STORE_CONNECT_API_KEY_ID"],
4545
issuer_id: ENV["APP_STORE_CONNECT_API_ISSUER_ID"],
46-
key_filepath: key_file_path
46+
key: ENV["APP_STORE_CONNECT_API_KEY"]
4747
}
4848
puts "api_key_info: #{api_key_info}"
4949

0 commit comments

Comments
 (0)