match/lib/match/generator.rb in fastlane-2.62.0 vs match/lib/match/generator.rb in fastlane-2.62.1
- old
+ new
@@ -9,10 +9,11 @@
development: params[:type] == "development",
output_path: output_path,
force: true, # we don't need a certificate without its private key, we only care about a new certificate
username: params[:username],
team_id: params[:team_id],
- keychain_path: FastlaneCore::Helper.keychain_path(params[:keychain_name])
+ keychain_path: FastlaneCore::Helper.keychain_path(params[:keychain_name]),
+ keychain_password: params[:keychain_password]
})
Cert.config = arguments
begin