We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70978b3 commit dc6cab5Copy full SHA for dc6cab5
README.md
@@ -32,6 +32,21 @@ mise use -g [email protected]
32
eca --version
33
```
34
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
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
50
## Usage
51
52
After installation, you can use ECA with your preferred editor:
0 commit comments