Skip to content

Commit

Permalink
should not be default keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxjiang96 committed Jul 11, 2023
1 parent 3bcbfdc commit 82811e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ platform :ios do
create_keychain(
name: keychain_name,
password: keychain_password,
default_keychain: true,
default_keychain: false,
unlock: true,
timeout: 3600
)
Expand Down

0 comments on commit 82811e6

Please sign in to comment.