Added the Bitrise Apple Developer Connection (connection
) input. The default behavior is the following: Use the enabled Apple Developer connection based on API key authentication. Step inputs are only used as a fallback.
Available options:
- automatic
: Use the enabled Apple Developer connection based on API key authentication. Step inputs are only used as a fallback.
- api_key
: Use the Apple Developer connection based on API key authentication. Authentication-related Step inputs are ignored.
- off
: Do not use the Apple Developer Connection. Only authentication-related Step inputs are considered.
To opt-out Bitrise Apple Developer Connection for the step set connection
input to off
and specify API key via api_key_path
and api_issuer
inputs.