chore(fastlane): support p8 key path

This commit is contained in:
Peter Steinberger
2025-12-14 02:19:51 +00:00
parent 67707763f7
commit 322a36f365
3 changed files with 22 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
# App Store Connect API key (pick one approach)
#
# Recommended:
# Recommended (use the downloaded .p8 directly):
# ASC_KEY_ID=XXXXXXXXXX
# ASC_ISSUER_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
# ASC_KEY_PATH=/absolute/path/to/AuthKey_XXXXXXXXXX.p8
#
# Or (JSON key file):
# APP_STORE_CONNECT_API_KEY_PATH=/absolute/path/to/AuthKey_XXXXXX.json
#
# Or: