Skip to content

Commit c7aeeec

Browse files
committed
Fix rate limit problem
1 parent 5bfb037 commit c7aeeec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ def setup(app):
363363
ref=str(release) if compiling_from_release_workflow else "HEAD",
364364
exclude_candidates=True,
365365
exclude_technical_bumps=True,
366+
token=gh_token,
366367
)
367368
schemas_base_dir = Path(__file__).parents[1] / "tmp/bo4e_json_schemas"
368369
changes_base_dir = Path(__file__).parents[1] / "tmp/changes"

0 commit comments

Comments
 (0)