Last active
March 26, 2021 18:04
-
-
Save douglasiacovelli/2881e9c2fab758576d5680a44218f361 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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