Bug 59036 - Поддержка Github Token
Summary: Поддержка Github Token
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: github2spec (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: obirvalger@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-05-09 09:51 MSK by Andrey Cherepanov
Modified: 2026-05-09 09:51 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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" ...