Skip to content

Commit

Permalink
[#169] Test to use raw 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 a561aee commit 7772123
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7772123

Please sign in to comment.