test github app

This commit is contained in:
Wells Bunker 2025-10-07 10:09:12 -06:00
parent 8416615aa2
commit 69dd6bca77
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
1 changed files with 3 additions and 0 deletions

View File

@ -239,6 +239,7 @@ export async function generateNewInstallationToken(
installation_id: Number.parseInt(installationId, 10),
});
console.info('token:', data.token);
// Store the new token in vault
const vaultKey = await storeInstallationToken(
installationId,
@ -307,3 +308,5 @@ function createGitHubError(code: GitHubErrorCode, message: string): Error {
error.code = code;
return error;
}
//blahblahbalbha test commit