From 1e61c493def1a6bde33a4b9bc4fa0b547839c6fe Mon Sep 17 00:00:00 2001 From: Dhiogo Ramos Brustolin Date: Mon, 4 Sep 2023 18:29:01 +0200 Subject: [PATCH] remove more token --- src/apple/apple-wizard.ts | 1 - src/apple/fastlane.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/apple/apple-wizard.ts b/src/apple/apple-wizard.ts index 838e05ab..33c89f6e 100644 --- a/src/apple/apple-wizard.ts +++ b/src/apple/apple-wizard.ts @@ -150,7 +150,6 @@ async function runAppleWizardWithTelementry( projectDir, project.organization.slug, project.slug, - apiKey.token, ), ); } diff --git a/src/apple/fastlane.ts b/src/apple/fastlane.ts index 046cded7..50d9bdee 100644 --- a/src/apple/fastlane.ts +++ b/src/apple/fastlane.ts @@ -103,7 +103,6 @@ export async function addSentryToFastlane( projectPath: string, org: string, project: string, - token: string, ): Promise { const fastFilePath = fastFile(projectPath); if (!fastFilePath) {