Skip to content

Commit 9cc45d4

Browse files
committed
fix(gha): try the easy fix for pre-release rate-limiting
Currently, the generator for this project reads both the directory hierarchy and files from the Ethereum execution-apis using the Google GitHub API client. This client is exceeding the rate-limits. Using a PAT instead of the default, provided GITHUB_TOKEN might solve this issue easily.
1 parent 49fea82 commit 9cc45d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- uses: asdf-vm/actions/install@v4
1212
- uses: pre-commit/action@v3.0.1
1313
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_PAT }}

0 commit comments

Comments
 (0)