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.
keychain_password
1 parent d8205c8 commit 78d0875Copy full SHA for 78d0875
fastlane/Fastfile
@@ -22,8 +22,8 @@ platform :ios do
22
desc 'Fetch certificates and provisioning profiles'
23
lane :certificates do
24
setup_ci if ENV['CI']
25
- match(type: 'development', keychain_password: ENV['MATCH_PASSWORD'])
26
- match(type: 'appstore', keychain_password: ENV['MATCH_PASSWORD'])
+ match(type: 'development')
+ match(type: 'appstore')
27
end
28
29
desc 'Build the iOS application.'
0 commit comments