You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I store my modules as a packages in the private packagist and I faced the problem with PHPStan action: when action is running it tries to download package dependency and falls down with error, cause this package is in the private packagist.
As I can see, the repository variable is installing in the some places here, here and lastly here.
It would be great to pass the REPOSITORY_URL and COMPOSER_AUTH as environment variables same as we are installing them into integration tests action like this:
Hello!
I store my modules as a packages in the private packagist and I faced the problem with PHPStan action: when action is running it tries to download package dependency and falls down with error, cause this package is in the private packagist.
Example of the
composer.json
file:As I can see, the
repository
variable is installing in the some places here, here and lastly here.It would be great to pass the
REPOSITORY_URL
andCOMPOSER_AUTH
as environment variables same as we are installing them into integration tests action like this:The text was updated successfully, but these errors were encountered: