Skip to content

Commit

Permalink
[#454] Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhanh44 committed Nov 20, 2023
1 parent 181fbe3 commit 0c5017b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
KEY_ID=""
API_KEY_ID=""
ISSUER_ID=""
KEY=""
APPSTORE_CONNECT_API_KEY=""
4 changes: 2 additions & 2 deletions fastlane/Constants/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ enum Constant {
static let keychainName = "{PROJECT_NAME}_keychain"
static let matchURL = "[email protected]:{organization}/{repo}.git"
static let apiKey: [String: Any] = [
"key_id" : EnvironmentParser.string(key: "KEY_ID"),
"key_id" : EnvironmentParser.string(key: "API_KEY_ID"),
"issuer_id": EnvironmentParser.string(key: "ISSUER_ID"),
"key": EnvironmentParser.string(key: "KEY"),
"key": EnvironmentParser.string(key: "APPSTORE_CONNECT_API_KEY"),
"in_house": false
]

Expand Down

0 comments on commit 0c5017b

Please sign in to comment.