Skip to content

Instantly share code, notes, and snippets.

@douglasiacovelli
Last active March 26, 2021 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasiacovelli/2881e9c2fab758576d5680a44218f361 to your computer and use it in GitHub Desktop.
Save douglasiacovelli/2881e9c2fab758576d5680a44218f361 to your computer and use it in GitHub Desktop.
# These keys must be filled in order to fetch the certificates
# Git basic authorization for match encoded in base64
# This is only needed if the user is not authenticated using ssh on git or if you're running on CI/CD server.
# MATCH_GIT_BASIC_AUTHORIZATION=
# Password used to encrypt/decrypt certificates
MATCH_PASSWORD=
# (Optional) Your local machine password, such as the one you use to login.
# MATCH_KEYCHAIN_PASSWORD=
# Not needed unless you are generating the certificates
# Team's shared apple id, which should be the only creator of the certificates.
# WARNING: By any chance you should use your own account.
# MATCH_USERNAME=
# CI only keys for uploading app to store
# APP_STORE_CONNECT_API_KEY_KEY_ID=
# APP_STORE_CONNECT_API_KEY_ISSUER_ID=
# APP_STORE_CONNECT_API_KEY_KEY=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment