Skip to content

Conversation

@fballiano
Copy link
Contributor

Fixes #219

Problem

The download-missing-packages workflow was failing because neither composer create-project nor the PHP download script could authenticate with repo.magento.com. The workflow was setting COMPOSER_AUTH as an environment variable, but the PHP script only checks for auth.json files.

Solution

Added a step to create ~/.composer/auth.json from the COMPOSER_AUTH secret before running the scripts. This ensures:

  • composer create-project can authenticate when creating Magento projects
  • The PHP download script can find credentials at ~/.composer/auth.json

@fballiano fballiano requested a review from a team as a code owner October 9, 2025 12:06
@rhoerr rhoerr merged commit 47140ec into mage-os:main Oct 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Download missing packages not working

2 participants