Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github API authentication needs updating #38

Open
dgallichan opened this issue Jul 7, 2020 · 1 comment
Open

Github API authentication needs updating #38

dgallichan opened this issue Jul 7, 2020 · 1 comment

Comments

@dgallichan
Copy link
Member

dgallichan commented Jul 7, 2020

Github have deprecated password access to their API (which is used to automatically update date-of-last-update) so the ruby script update.rb needs updating to take this into account. This is not urgent, as currently the passwordless approach has sufficient quota to process all of the software packages. https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/

@notZaki
Copy link
Contributor

notZaki commented Sep 12, 2020

It looks like passwords will be deprecated on Nov 13 but personal access tokens can be used instead [ref].

If we're lucky, then update.rb won't need to be changed. The only change would be that one of the input arguments will have to be a token instead of a password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants