Skip to content

Commit

Permalink
[#169] Add App Store connect API Key to Env
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Aug 9, 2023
1 parent ecc059e commit 393a564
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ def self.TEAM_ID
ENV['TEAM_ID']
end

def self.APPSTORE_CONNECT_API_KEY
ENV['APPSTORE_CONNECT_API_KEY']
end

#################
### Firebase ###
#################
Expand Down
4 changes: 4 additions & 0 deletions sample/ios/fastlane/Constants/Environments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ def self.TEAM_ID
ENV['TEAM_ID']
end

def self.APPSTORE_CONNECT_API_KEY
ENV['APPSTORE_CONNECT_API_KEY']
end

#################
### Firebase ###
#################
Expand Down

0 comments on commit 393a564

Please sign in to comment.