From a5f5496c9eff4e34acd710247c71a9fceb1fbe45 Mon Sep 17 00:00:00 2001 From: Eoin Shanaghy Date: Thu, 15 Feb 2024 08:06:08 +0000 Subject: [PATCH] chore: fix invalid SSM param name in comment --- functions/pull-request/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/pull-request/app.ts b/functions/pull-request/app.ts index 88eaf34..e6ee9e1 100644 --- a/functions/pull-request/app.ts +++ b/functions/pull-request/app.ts @@ -41,7 +41,7 @@ interface PullRequestEvent { * - Returns the GitHub PR URL * * This function requires a GitHub Personal Access Token, preferably a fine-grained token. It should be stored with the username - * in a SSM SecureString Parameter `/podwhisperer/gitHubUserCredentials` in the format : + * in a SSM SecureString Parameter (defined by env GIT_HUB_CREDENTIALS_SSM_PARAMETER) in the format : */ export const handleEvent = middify(async (event: PullRequestEvent) => { const transcript = await getS3JSON(s3Client, BUCKET_NAME, event.transcriptKey)