1
1
mirror of https://github.com/nektos/act.git synced 2024-10-26 13:08:00 +03:00

Update README.md (#1260)

Github -> GitHub

Co-authored-by: Casey Lee <caseypl@amazon.com>
This commit is contained in:
Ikko Ashimine 2022-07-25 21:24:40 +09:00 committed by GitHub
parent 1a71c52ef3
commit 108e3e0d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: