Skip to content

Commit

Permalink
wah
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 21, 2024
1 parent f518aee commit 7d77189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform :ios do
setup_ci if ENV['CI']
# note the `..`, since fastlane runs in the _fastlane_ directory
changelog = File.read("../../CHANGELOG.md")
get_certificates(api_key_path:"APPLE_SECRETS.json", keychain_path: "verySecureSecretPassword1")
get_certificates(api_key_path:"APPLE_SECRETS.json", keychain_path: "/Users/runner/Library/Keychains/fastlane_tmp_keychain-db")
get_provisioning_profile(force: true, api_key_path:"APPLE_SECRETS.json")

#get_push_certificate
Expand Down

0 comments on commit 7d77189

Please sign in to comment.