Skip to content

Commit

Permalink
dont use account key (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Feb 4, 2021
1 parent be5653d commit f68ca94
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 @@ -90,7 +90,7 @@ platform :ios do
pilot(
app_identifier: "me.rainbow",
skip_waiting_for_build_processing: true,
api_key: api_key
# api_key: api_key
)
end
end

0 comments on commit f68ca94

Please sign in to comment.