I've tried with my repo: https://github.com/petehouston/bladie
The webhooks & services is already Active and Test Service okay.
However, in Packagist, it doesn't seem to update.
Any idea?
Same problem with my package:
Try to add https://packagist.org as a domain in packagist service configuration. GitHub default is http://packagist.org (http instead of https) - and this created problems for me.
@ksdev-pl THANK YOU. That was exactly the issue, as soon as https was used everything worked perfectly.
I sent a PR to github to make the hook use https always https://github.com/github/github-services/pull/1049 - and in the meantime I fixed packagist to support http hooks again
yay, it's working now.
It's not working for me maybe it's related to something else ?
When I do a force update it does work but not the web hook...
@mpoiriert it likely is a misconfiguration of your github hook, please check that you have your PACKAGIST username and api token in there, not the github one, and that your username is a maintainer of the given package on packagist.
Yeah sorry, I put my email instead of my username... everything seem ok now. Sorry
No worries. Maybe we need to accept both, I don't think you're the first to make that mistake.
keep it simple and don't accept both less code to maintain ;)
Yup, I did send https://github.com/github/github-services/pull/1054 a while back but it's still not merged.
yeay all its works. thanks
@Seldaek thanks this https://github.com/composer/packagist/issues/488#issuecomment-108509029 worked for me
Most helpful comment
Try to add
https://packagist.orgas a domain in packagist service configuration. GitHub default ishttp://packagist.org(http instead of https) - and this created problems for me.