feat: add logs and parameters to pilot

This commit is contained in:
Malo Léon 2023-05-01 21:34:17 +02:00
parent dbc8c0fed6
commit a43966d6f8

View File

@ -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,