Skip to content

Commit

Permalink
add: 使用fastlane action app_store_connect_api_key进行授权时,使用p8文件内原始字符串进行授权。
Browse files Browse the repository at this point in the history
  • Loading branch information
lyf571321556 committed Feb 25, 2021
1 parent b42f6d3 commit 0a4de3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ platform :ios do
api_key = app_store_connect_api_key(
key_id: "YU2873TJJ5",
issuer_id: "69a6de89-d0ae-47e3-e053-5b8c7c11a4d1",
key_content: "#{ENV[$env_key_fastlane_apple_auth_p8_base64_key]}",
is_key_content_base64: true,
key_content: "#{ENV[$env_key_fastlane_apple_auth_p8_key]}",
is_key_content_base64: false,
duration: 1200,
in_house: false
)
Expand Down

0 comments on commit 0a4de3c

Please sign in to comment.