wpengine / github-action-wpe-site-deploy

A GitHub Action to deploy code directly to WP Engine.
MIT License
173 stars 36 forks source link

Plugin installations via Composer no longer work due to the wordpress.org ban #107

Open jonlow opened 1 month ago

jonlow commented 1 month ago

Describe the bug Plugin installations via Composer no longer work due to the wordpress.org ban

To reproduce

Run a post deploy script using composer and any plugins that use wordpress.org (eg via https://wpackagist.org/) will time out.

Expected behavior

Plugins should install. My understanding was that wpackagist mirrored wordpress.org, but it doesn't seem to be the case?

Build Output & Screenshots

image