- Give up using email to notify
This commit is contained in:
8
.github/actions/build-ios/action.yml
vendored
8
.github/actions/build-ios/action.yml
vendored
@@ -46,12 +46,6 @@ inputs:
|
|||||||
FASTLANE_MATCH_TOKEN:
|
FASTLANE_MATCH_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
description: "Fastlane Match Github token"
|
description: "Fastlane Match Github token"
|
||||||
FASTLANE_REPORT_EMAIL:
|
|
||||||
required: false
|
|
||||||
description: "Fastlane Report email"
|
|
||||||
FASTLANE_REPORT_PWD:
|
|
||||||
required: false
|
|
||||||
description: "Fastlane Report password"
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
@@ -91,8 +85,6 @@ runs:
|
|||||||
KEYCHAIN_PWD: '${{ inputs.APPLE_KEYCHAIN_PWD }}'
|
KEYCHAIN_PWD: '${{ inputs.APPLE_KEYCHAIN_PWD }}'
|
||||||
MATCH_PASSWORD: '${{ inputs.FASTLANE_MATCH_PWD }}'
|
MATCH_PASSWORD: '${{ inputs.FASTLANE_MATCH_PWD }}'
|
||||||
MATCH_TOKEN: '${{ inputs.FASTLANE_MATCH_TOKEN }}'
|
MATCH_TOKEN: '${{ inputs.FASTLANE_MATCH_TOKEN }}'
|
||||||
FASTLANE_REPORT_EMAIL: '${{ inputs.FASTLANE_REPORT_EMAIL }}'
|
|
||||||
FASTLANE_REPORT_PWD: '${{ inputs.FASTLANE_REPORT_PWD }}'
|
|
||||||
- name: Move ipa
|
- name: Move ipa
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -142,8 +142,6 @@ jobs:
|
|||||||
APPLE_KEYCHAIN_PWD: '${{ secrets.APPLE_KEYCHAIN_PWD }}'
|
APPLE_KEYCHAIN_PWD: '${{ secrets.APPLE_KEYCHAIN_PWD }}'
|
||||||
FASTLANE_MATCH_PWD: '${{ secrets.FASTLANE_MATCH_PWD }}'
|
FASTLANE_MATCH_PWD: '${{ secrets.FASTLANE_MATCH_PWD }}'
|
||||||
FASTLANE_MATCH_TOKEN: '${{ secrets.FASTLANE_MATCH_TOKEN }}'
|
FASTLANE_MATCH_TOKEN: '${{ secrets.FASTLANE_MATCH_TOKEN }}'
|
||||||
FASTLANE_REPORT_EMAIL: '${{ secrets.FASTLANE_REPORT_EMAIL }}'
|
|
||||||
FASTLANE_REPORT_PWD: '${{ secrets.FASTLANE_REPORT_PWD }}'
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user