diff --git a/.github/workflows/ui-automation.yml b/.github/workflows/ui-automation.yml index 8aee62e3..0bd8885d 100644 --- a/.github/workflows/ui-automation.yml +++ b/.github/workflows/ui-automation.yml @@ -147,6 +147,7 @@ jobs: APPLE_KEY_ID: '${{ secrets.APPLE_KEY_ID }}' APPLE_ISSUER_ID: '${{ secrets.APPLE_ISSUER_ID }}' APPLE_KEY_CONTENT: '${{ secrets.APPLE_KEY_CONTENT }}' + MATCH_PASSWORD: '${{ secrets.INJI_IOS_MATCH_PASSWORD }}' - name: Configure AWS CLI run: | diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 20bffc1d..92b0a858 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -105,7 +105,7 @@ platform :ios do in_house: false, is_key_content_base64: true ) - + match( type: 'appstore', app_identifier: "#{generate_app_bundle_id}",