diff --git a/src/Tgstation.Server.Api/Models/RepositorySettings.cs b/src/Tgstation.Server.Api/Models/RepositorySettings.cs index f54e1e4a6e..66ecd82b06 100644 --- a/src/Tgstation.Server.Api/Models/RepositorySettings.cs +++ b/src/Tgstation.Server.Api/Models/RepositorySettings.cs @@ -10,7 +10,7 @@ namespace Tgstation.Server.Api.Models /// /// Prefix for TGS encoded app private keys. This is encoded in the format PREFIX + (APP_ID OR CLIENT_ID) + ':' + BASE64(APP_PRIVATE_KEY). /// - public const string TgsAppPrivateKeyPrefix = "TGS_GHPK_"; + public const string TgsAppPrivateKeyPrefix = "TGS_PK_"; /// /// The name of the committer.