Skip to content

Commit

Permalink
Merge pull request #49 from ShenalSen/patch-1
Browse files Browse the repository at this point in the history
Correct Config.toml Template in README.md
  • Loading branch information
NipunaRanasinghe authored Sep 20, 2024
2 parents 2a2f30c + 73a7c59 commit 0ea31cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions github-issue-summary-to-email/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Create a file called `Config.toml` at the root of the project.
```
[<ORG_NAME>.github_issue_summary_to_email]
githubAccessToken = "<GITHUB_ACCESS_TOKEN>"
repositoryName = "<REPO_NAME>"
repositoryOwner = "<REPO_OWNER>"
recipientAddress = "<RECIPIENT_ADDRESS>"
repoName = "<REPO_NAME>"
orgName = "<REPO_OWNER>"
recipientAddress = "<RECIPIENT_EMAILADDRESS>"
smtpPassword = "<SMTP_PASSWORD>"
smtpUsername = "<SMTP_USERNAME>"
smtpHost = "<SMTP_HOST_NAME>"
fromAdress = "<SMTP_FROM_ADDRESS>"
fromAddress = "<SMTP_FROM_ADDRESS>"
```
* 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)
Expand Down

0 comments on commit 0ea31cc

Please sign in to comment.