Commit 9b42022
committed
fix(ci): add GITHUB_TOKEN to ShellCheck step to avoid rate limits
The shellcheck npm package downloads the ShellCheck binary from GitHub
releases at runtime. Without authentication, GitHub API requests hit
the 60 req/hr rate limit on shared runner IPs, causing intermittent
403 errors.
This was already fixed in bash-e2e-lint.yaml (PR #4049) but was not
carried over when the ShellCheck step was added to e2e-tests-lint.yaml
in PR #5002.
Assisted-by: OpenCode1 parent 4002fc1 commit 9b42022
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments