diff --git a/.github/actions/build-ios/action.yml b/.github/actions/build-ios/action.yml index 235127d5..6c3ef2cb 100644 --- a/.github/actions/build-ios/action.yml +++ b/.github/actions/build-ios/action.yml @@ -46,12 +46,6 @@ inputs: FASTLANE_MATCH_TOKEN: required: true description: "Fastlane Match Github token" - FASTLANE_REPORT_EMAIL: - required: false - description: "Fastlane Report email" - FASTLANE_REPORT_PWD: - required: false - description: "Fastlane Report password" runs: using: "composite" steps: @@ -91,8 +85,6 @@ runs: KEYCHAIN_PWD: '${{ inputs.APPLE_KEYCHAIN_PWD }}' MATCH_PASSWORD: '${{ inputs.FASTLANE_MATCH_PWD }}' MATCH_TOKEN: '${{ inputs.FASTLANE_MATCH_TOKEN }}' - FASTLANE_REPORT_EMAIL: '${{ inputs.FASTLANE_REPORT_EMAIL }}' - FASTLANE_REPORT_PWD: '${{ inputs.FASTLANE_REPORT_PWD }}' - name: Move ipa shell: bash run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9bc3b019..120c3e24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -142,8 +142,6 @@ jobs: APPLE_KEYCHAIN_PWD: '${{ secrets.APPLE_KEYCHAIN_PWD }}' FASTLANE_MATCH_PWD: '${{ secrets.FASTLANE_MATCH_PWD }}' FASTLANE_MATCH_TOKEN: '${{ secrets.FASTLANE_MATCH_TOKEN }}' - FASTLANE_REPORT_EMAIL: '${{ secrets.FASTLANE_REPORT_EMAIL }}' - FASTLANE_REPORT_PWD: '${{ secrets.FASTLANE_REPORT_PWD }}' - name: Upload uses: actions/upload-artifact@v2 with: