Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Renamed variables in the Config.toml template:

Changed repositoryName to repoName.
Changed repositoryOwner to orgName.
Corrected recipientAddress, - "<RECIPIENT_ADDRESS>" to "<RECIPIENT_EMAILADDRESS>"

Corrected minor typos:
In the fromAdress variable, changed Adress to Address.
  • Loading branch information
ShenalSen authored Sep 14, 2024
1 parent 2a2f30c commit 73a7c59
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 73a7c59

Please sign in to comment.