Skip to content

Commit

Permalink
Update fastfile (#393)
Browse files Browse the repository at this point in the history
## Purpose

Update fastlane

## Changes

Update fastlane `app_store_connect_api_key` in `upload_build ` lane, to
use App Store Connect API as `key_content ` without any manipulation
with .p8 data itself.
[latest fastlane
docs](http://docs.fastlane.tools/actions/app_store_connect_api_key/)
  • Loading branch information
ramakser committed Mar 19, 2024
1 parent ab57b16 commit 172ab00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ platform :ios do
app_store_connect_api_key(
key_id: ENV["APPLE_KEY_ID"],
issuer_id: ENV['APPLE_KEY_ISSUER'],
in_house: false,
key_content: ENV['APPLE_API_KEY'],
is_key_content_base64: true
)
increment_build_number(
build_number: [
Expand Down

0 comments on commit 172ab00

Please sign in to comment.