Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Fix github authorize bug #39

Merged
merged 2 commits into from
Apr 26, 2018
Merged

Fix github authorize bug #39

merged 2 commits into from
Apr 26, 2018

Conversation

mpppk
Copy link
Owner

@mpppk mpppk commented Apr 25, 2018

If github personal access tokens num exceeds 20, failure to add new access token.
This problem is due to the fact that authorization is listed up to 20 only by default.
This commit changed list option for increase PerPage to 100, and fetch all token by pagination.

If github personal access tokens num exceeds 20, failure to add new access token.
This problem is due to the fact that authorization is listed up to 20 only by default.
This commit changed list option for increase PerPage to 100, and fetch all token by pagination.
@mpppk mpppk added the bug label Apr 25, 2018
@mpppk mpppk merged commit b3d8edf into master Apr 26, 2018
@mpppk mpppk deleted the fix_github_login branch April 26, 2018 04:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant