Avoid Fastlane API key environment collision
Some checks failed
TestFlight / Build and upload (push) Failing after 28s
Some checks failed
TestFlight / Build and upload (push) Failing after 28s
This commit is contained in:
@@ -23,9 +23,9 @@ platform :ios do
|
||||
)
|
||||
|
||||
api_key = app_store_connect_api_key(
|
||||
key_id: ENV.fetch("APP_STORE_CONNECT_API_KEY_ID"),
|
||||
issuer_id: ENV.fetch("APP_STORE_CONNECT_API_ISSUER_ID"),
|
||||
key_content: ENV.fetch("APP_STORE_CONNECT_API_KEY"),
|
||||
key_id: ENV.fetch("ASC_KEY_ID"),
|
||||
issuer_id: ENV.fetch("ASC_ISSUER_ID"),
|
||||
key_content: ENV.fetch("ASC_KEY"),
|
||||
is_key_content_base64: true
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user