Skip to content

Fastlane Beta

Source: actions/ios-fastlane-beta/action.yml

Runs Fastlane beta

Usage

- uses: futuredapp/.github/.github/actions/ios-fastlane-beta@2.2.0
  with:
    match_password: '...'
    app_store_connect_api_key_key: '...'
    app_store_connect_api_key_key_id: '...'
    app_store_connect_api_key_issuer_id: '...'

Inputs

Name Type Required Default Description
match_password string Yes Match password
testflight_changelog string No Testflight changelog
app_store_connect_api_key_key string Yes App Store Connect API Key
app_store_connect_api_key_key_id string Yes App Store Connect API Key ID
app_store_connect_api_key_issuer_id string Yes App Store Connect API Key Issuer ID
custom_values string No Custom values
ios_root_path string No Path to iOS project root directory containing Gemfile. If not specified, uses current directory.
custom_build_path string No Path to directory containing Fastfile. If not specified, uses ios_root_path or current directory.