From 108e3e0d516643134b7c09f3653a42e108e58f43 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 25 Jul 2022 21:24:40 +0900 Subject: [PATCH] Update README.md (#1260) Github -> GitHub Co-authored-by: Casey Lee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15cbe638..64487953 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ It will save that information to `~/.actrc`, please refer to [Configuration](#co ## `GITHUB_TOKEN` -Github [automatically provides](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret) a `GITHUB_TOKEN` secret when running workflows inside Github. +GitHub [automatically provides](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret) a `GITHUB_TOKEN` secret when running workflows inside GitHub. If your workflow depends on this token, you need to create a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and pass it to `act` as a secret: