Skip to content

Commit dc6cab5

Browse files
authored
Update README.md with GH rate limit
1 parent 70978b3 commit dc6cab5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@ mise use -g [email protected]
3232
eca --version
3333
```
3434

35+
## GitHub API Rate Limiting
36+
37+
This plugin fetches ECA releases from GitHub. To avoid rate limiting issues, you can optionally set a GitHub token:
38+
39+
```bash
40+
# Set one of these environment variables:
41+
export GITHUB_TOKEN="your_token_here"
42+
# or
43+
export GH_TOKEN="your_token_here"
44+
# or
45+
export GITHUB_API_TOKEN="your_token_here"
46+
```
47+
48+
You can create a personal access token at https://github.com/settings/tokens (no special permissions needed for public repositories).
49+
3550
## Usage
3651

3752
After installation, you can use ECA with your preferred editor:

0 commit comments

Comments
 (0)