- Add send email support

This commit is contained in:
ParticleG
2021-10-25 14:15:48 +08:00
parent 50d73bcc1e
commit 8d8e537cd4
2 changed files with 10 additions and 1 deletions

View File

@@ -46,7 +46,12 @@ 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:
@@ -86,6 +91,8 @@ 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: |