Skip to content

Commit

Permalink
chore: fix invalid SSM param name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Feb 15, 2024
1 parent 4985096 commit a5f5496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/pull-request/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Username>:<GitHubPersonalAccessToken>
* in a SSM SecureString Parameter (defined by env GIT_HUB_CREDENTIALS_SSM_PARAMETER) in the format <Username>:<GitHubPersonalAccessToken>
*/
export const handleEvent = middify(async (event: PullRequestEvent) => {
const transcript = await getS3JSON(s3Client, BUCKET_NAME, event.transcriptKey)
Expand Down

0 comments on commit a5f5496

Please sign in to comment.