Skip to content

Instantly share code, notes, and snippets.

@tedgonzalez
Last active October 15, 2020 13:27
Show Gist options
  • Save tedgonzalez/c7df686756b72bf73e58e5105b08cd42 to your computer and use it in GitHub Desktop.
Save tedgonzalez/c7df686756b72bf73e58e5105b08cd42 to your computer and use it in GitHub Desktop.

Fastlane action app_store_connect_api_key

Key Description Env Var Default
key_id The key ID APP_STORE_CONNECT_API_KEY_KEY_ID
issuer_id The issuer ID APP_STORE_CONNECT_API_KEY_ISSUER_ID
key_filepath The path to the key p8 file APP_STORE_CONNECT_API_KEY_KEY_FILEPATH
key_content The content of the key p8 file APP_STORE_CONNECT_API_KEY_KEY
is_key_content_base64 Whether :key_content is Base64 encoded or not APP_STORE_CONNECT_API_KEY_IS_KEY_CONTENT_BASE64 false
duration The token session duration APP_STORE_CONNECT_API_KEY_DURATION
in_house Is App Store or Enterprise (in house) team? App Store Connect API cannot not determine this on its own (yet) APP_STORE_CONNECT_API_KEY_IN_HOUSE
  • = default value is dependent on the user's system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment