Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update fastlane to include the right services key file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T committed Jun 22, 2020
1 parent bf2b810 commit 7c32eea
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 @@ -104,7 +104,7 @@ platform :ios do
sdk: "iphoneos",
clean: true,
skip_package_ipa: true,
xcargs: "-allowProvisioningUpdates BRAVE_API_KEY=\"#{sh("head", "-1", "#{ENV['HOME']}/.brave-api-key")}\""
xcargs: "-allowProvisioningUpdates BRAVE_API_KEY=\"#{sh("head", "-1", "#{ENV['HOME']}/.brave-api-key")}\" BRAVE_SERVICES_API_KEY=\"#{sh("head", "-1", "#{ENV['HOME']}/.brave-services-api-key")}\""
}
end

Expand Down

0 comments on commit 7c32eea

Please sign in to comment.