Skip to content

Commit

Permalink
[#169] Test to use APPSTORE_CONNECT_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Aug 10, 2023
1 parent 6bb1b7f commit fdcfb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def self.TEAM_ID
end

def self.APPSTORE_CONNECT_API_KEY
ENV['APPSTORE_CONNECT_API_KEY']
"$ENV['APPSTORE_CONNECT_API_KEY']"
end

#################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ platform :ios do
key_id: Constants.APP_STORE_KEY_ID,
issuer_id: Constants.APP_STORE_ISSUER_ID,
key_content: Environments.APPSTORE_CONNECT_API_KEY,
is_key_content_base64: true
is_key_content_base64: false
)
end

Expand Down

0 comments on commit fdcfb18

Please sign in to comment.