Skip to content

Commit

Permalink
moved api key
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 18, 2024
1 parent cd46aa4 commit 5a0571f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,15 @@ platform :ios do

lane :release_testflight_test do |options|
setup_ci
api_key = app_store_connect_api_key(
is_key_content_base64: true,
in_house: false,
)
match(
readonly: true,
type: "appstore",
app_identifier: ENV["MATCH_IDENTIFIERS"],
api_key: app_store_connect_api_key(
is_key_content_base64: true,
in_house: false,
),
api_key: api_key,
include_all_certificates: true,
force_for_new_devices: true,
include_mac_in_profiles: true,
Expand Down

0 comments on commit 5a0571f

Please sign in to comment.