Skip to content

Commit 2bfe613

Browse files
committed
Rename key
1 parent 60d74aa commit 2bfe613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/OversizeAppStoreServices/Auth/EnvAuthenticator.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ public struct EnvAuthenticator: Authenticator {
2323
throw Error.missingEnvironmentVariable("AppStore.Account")
2424
}
2525

26-
guard let appStoreIssuerID = storage.getPassword(for: "AppConnector-IssuerID-" + keyLabel) else {
26+
guard let appStoreIssuerID = storage.getPassword(for: "DevConnector-IssuerID-" + keyLabel) else {
2727
logError("Get Keychain value for IssuerID")
2828
throw Error.missingEnvironmentVariable("AppStore.Key.Default")
2929
}
3030

31-
guard let appStoreCertificate = storage.getCredentials(with: "AppConnector-Certificate-" + keyLabel) else {
31+
guard let appStoreCertificate = storage.getCredentials(with: "DevConnector-Certificate-" + keyLabel) else {
3232
logError("Get Keychain value for Certificate")
3333
throw Error.missingEnvironmentVariable("AppStore.Key.Default")
3434
}

0 commit comments

Comments
 (0)