Skip to content

Commit

Permalink
🔐 (fastlane): Use admin key for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 26, 2024
1 parent 4eda247 commit 72d4f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ platform :ios do
begin
if ENV['CI']
app_store_connect_api_key(
key_id: ENV.fetch('APP_STORE_CONNECT_API_KEY_ID', nil),
key_id: ENV.fetch('APP_STORE_CONNECT_API_KEY_ID_RELEASE_APP_STORE', nil),
issuer_id: ENV.fetch('APP_STORE_CONNECT_ISSUER_ID', nil),
key_content: ENV.fetch('APP_STORE_CONNECT_API_KEY_CONTENT', nil)
key_content: ENV.fetch('APP_STORE_CONNECT_API_KEY_CONTENT_RELEASE_APP_STORE', nil)
)

unlock_keychain(
Expand Down

0 comments on commit 72d4f19

Please sign in to comment.