From 72ef272f0825bdb60b6c3e08010f0c29588eb7a0 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 3 Sep 2024 23:18:54 -0400 Subject: [PATCH] Strip GitHub from private key prefix --- src/Tgstation.Server.Api/Models/RepositorySettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.