From 73a7c59e587e373bc9221c59b37637b5ac8d67a5 Mon Sep 17 00:00:00 2001 From: Shenal Senaratne <136364310+ShenalSen@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:59:30 +0530 Subject: [PATCH] Update Readme.md Renamed variables in the Config.toml template: Changed repositoryName to repoName. Changed repositoryOwner to orgName. Corrected recipientAddress, - "" to "" Corrected minor typos: In the fromAdress variable, changed Adress to Address. --- github-issue-summary-to-email/Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/github-issue-summary-to-email/Readme.md b/github-issue-summary-to-email/Readme.md index fdc3ef3..574167c 100644 --- a/github-issue-summary-to-email/Readme.md +++ b/github-issue-summary-to-email/Readme.md @@ -20,13 +20,13 @@ Create a file called `Config.toml` at the root of the project. ``` [.github_issue_summary_to_email] githubAccessToken = "" -repositoryName = "" -repositoryOwner = "" -recipientAddress = "" +repoName = "" +orgName = "" +recipientAddress = "" smtpPassword = "" smtpUsername = "" smtpHost = "" -fromAdress = "" +fromAddress = "" ``` * GITHUB_ACCESS_TOKEN - obtain a [Personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) or [GitHub OAuth App token](https://docs.github.com/en/developers/apps/creating-an-oauth-app). * REPO_NAME - [create a repository](https://docs.github.com/en/get-started/quickstart/create-a-repo)