Skip to content

Commit

Permalink
Add hints for enterprise users
Browse files Browse the repository at this point in the history
  • Loading branch information
RPCMoritz committed Jan 26, 2023
1 parent dbff853 commit b91e33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ None of these inputs is required, but you can add them to change the behavior of

### `github-token`

**Recommended if you execute this action on MacOS**. Due to [this issue](https://github.com/actions/virtual-environments/issues/602), calling the GitHub API from a MacOS machine can result in an error because of a rate limit. To overcome this, provide the [`GITHUB_TOKEN`](https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) to authenticate these calls. If you provide it, it will also be used to authenticate the commits made by this action.
**Recommended if you execute this action Github MacOS runners or from enterprise infrastructure**. Due to [this issue](https://github.com/actions/virtual-environments/issues/602), calling the GitHub API from a MacOS runner, or any other small pool of IPs, can result in an error because of an IP-address based rate limit. To overcome this, provide the [`GITHUB_TOKEN`](https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) to authenticate these calls. If you provide it, it will also be used to authenticate the commits made by this action.

### `version`

Expand Down

0 comments on commit b91e33e

Please sign in to comment.