Manuele Menozzi
Manuele Menozzi
I opened https://github.com/igorw/CgiHttpKernel/pull/11 for this issue. @igorw it's ok for you?
Hi guys, I don't know if this is related to this issue but I tried to run this tool on https://github.com/Sylius/Sylius-Standard and I get this: ``` ➜ composer-require-checker check composer.json...
It's a dependency of `sylius/sylius`: https://github.com/Sylius/Sylius/blob/master/composer.json#L97
> @mmenozzi the idea of this tool ;) I swear that I've read it before submitting this comment. Now I just read it again twice and I understood. Sorry guys.
Maybe it's related to https://github.community/t/github-token-cannot-access-private-packages/16621/45?page=2
@NamrataJha @trent-j do you have any idea? It could be possible that it's because I'm using the `GITHUB_TOKEN`? I don't want to use a PAT. It's an organization repository, with...
The strange thing is that using the same `GITHUB_TOKEN` to authenticate on `ghcr.io` registry, in the same workflow, I'm able to publish/upload the package and then to download it. But...
Hi @NamrataJha, yes I'm using `ghcr.io` which is the container registry of GitHub Packages. I thought that I could use this action because its README states in the first line:...
For example one use case could be if you have composer dependencies that must be downloaded from a private GIT repository. In that case you should generate a new key...
Yes I think is much better than copying ssh keys!