feat: add logs and parameters to pilot
This commit is contained in:
parent
dbc8c0fed6
commit
a43966d6f8
@ -97,6 +97,10 @@ module Fastlane
|
||||
|
||||
# Upload build to App Store Connect using Pilot
|
||||
Actions::PilotAction.run(
|
||||
api_key: api_key,
|
||||
username: "leonmalo@sfr.fr",
|
||||
team_id: "118579280",
|
||||
team_name: "Jagger & Lewis",
|
||||
apple_id: creds['developer_app_id'].to_s,
|
||||
app_identifier: creds['developer_app_identifier'].to_s,
|
||||
skip_waiting_for_build_processing: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user