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)