Skip to content

Commit

Permalink
Set is_key_content_base64 to true
Browse files Browse the repository at this point in the history
  • Loading branch information
mssun committed Nov 29, 2024
1 parent 00b4301 commit 5bf7ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ platform :ios do
api_key = app_store_connect_api_key(
key_id: ENV["APP_STORE_CONNECT_API_KEY_KEY_ID"],
issuer_id: ENV["APP_STORE_CONNECT_API_KEY_ISSUER_ID"],
is_key_content_base64: true,
key_content: ENV["APP_STORE_CONNECT_API_KEY_KEY_CONTENT"]
)

Expand Down Expand Up @@ -132,6 +133,7 @@ platform :ios do
api_key = app_store_connect_api_key(
key_id: ENV["APP_STORE_CONNECT_API_KEY_KEY_ID"],
issuer_id: ENV["APP_STORE_CONNECT_API_KEY_ISSUER_ID"],
is_key_content_base64: true,
key_content: ENV["APP_STORE_CONNECT_API_KEY_KEY_CONTENT"]
)

Expand Down

0 comments on commit 5bf7ff2

Please sign in to comment.