-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
checkouts.cfg does not get updated anymore. Github token missing? #79
Comments
That's supposed to be like that already, I will try to have a look |
@mauritsvanrees do you have a specific example where I can dig on the logs to see if there is a logged error? 🤔 |
I did some commits yesterday with the help of |
Thanks! I will try to have a look at night |
Traceback in the mr.roboto log:
|
https://github.com/PyGithub/PyGithub/search?q=get_file_contents Deprecation353 | * Repository.get_file_contents() no longer works use Repository.get_contents() instead |
Fixed. |
When a PR is merged, the package should be added to
checkouts.cfg
, but this no longer happens.Problem should be somewhere in the
UpdateCoredevCheckouts
subscriber. Looks okay at first glance, but maybe something is in the logs?The last time the checkouts were successfully updated on 5.1 and 5.2, was on 23 January. On 4.3 it was on 26 December which may be correct: not many changes are coming in. On 6.0 we don't yet update the checkouts automatically.
So last success was 23 January.
Aha, a few days later @gforcada made several changes, so it could be caused by one of those. Mostly version pin updates, but there is one more likely candidate: PR #76 was merged, which uses GitHub token authentication.
@gforcada Is maybe something missing here? Does a new GitHub token need to be stored on the server, or passed along somehow?
I guess
production.ini
on the server needs to get the newgithub_token
value, instead ofgithub_user
andgithub_password
.The text was updated successfully, but these errors were encountered: