phpmyadmin / scripts

Various scripts related to project
16 stars 19 forks source link

Error reporting server GH token is not valid #41

Closed williamdes closed 1 year ago

williamdes commented 3 years ago

The token is invalid (requests end up with 401), it should be replaced with a new token (scopes: repo)

==> logs/debug.log <==
2021-03-16 14:33:03 Debug: Request-url: https://github.com/login/oauth/access_token
2021-03-16 14:33:03 Debug: Request-url: https://api.github.com/user?
2021-03-16 14:33:03 Debug: Response-code: 200 for: https://api.github.com/user?
2021-03-16 14:33:03 Debug: Request-url: https://api.github.com/repos/phpmyadmin/phpmyadmin/collaborators/williamdes?
2021-03-16 14:33:03 Debug: Response-code: 401 for: https://api.github.com/repos/phpmyadmin/phpmyadmin/collaborators/williamdes?

==> logs/error.log <==
2021-03-16 14:33:03 Error: Collaborators call ended in a status code: 401

in config/oauth.php

williamdes commented 2 years ago

I did renew it with one of my token, like last time. Still needing one from phpmyadmin-bot

williamdes commented 1 year ago

Done