From 0aa474e0bba1a946a5491cf1cdb87a6c1a03755e Mon Sep 17 00:00:00 2001 From: Swati Goel Date: Wed, 13 Sep 2023 11:01:39 +0530 Subject: [PATCH] chore(INJI-360): remove unnecessary env variables from ios build workflow. --- .github/workflows/ios-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index 022eb8d0c0..76d56181c5 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -87,8 +87,5 @@ jobs: SLACK_URL: '${{ secrets.SLACK_WEBHOOK_DEVOPS }}' MATCH_PASSWORD: '${{ secrets.INJI_IOS_MATCH_PASSWORD }}' APPLICATION_THEME: ${{ github.event.inputs.theme }} - CREDENTIAL_REGISTRY_EDIT: ${{ github.event.inputs.registry_edit }} - MIMOTO_HOST: ${{ github.event.inputs.mimotoBackendServiceUrl }} - ESIGNET_HOST: ${{ github.event.inputs.esignetBackendServiceUrl }} TESTFLIGHT_INTERNAL_TESTERS_GROUP: ${{ github.event.inputs.internal-testers }} TESTFLIGHT_BETA_APP_DESCRIPTION: ${{ github.event.inputs.buildDescription }}