Bug 59036

Summary: Поддержка Github Token
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: github2specAssignee: obirvalger <obirvalger>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: cas, grenka, obirvalger
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Andrey Cherepanov 2026-05-09 09:51:10 MSK
$ github2spec -i2 -u https://github.com/sphinx-toolbox/sphinx-toolbox
Failed to get info for https://github.com/sphinx-toolbox/sphinx-toolbox: 403 rate limit exceeded

Это работает при указании токена в заголовке:
curl -H "Authorization: token $GITHUB_TOKEN" ...