ci: pass along COMPOSER_AUTH where needed (#258)

This commit is contained in:
Damien Retzinger
2026-05-12 21:29:33 -04:00
parent 4fc491bc1a
commit 1fcb3618c0
6 changed files with 22 additions and 3 deletions
@@ -30,7 +30,9 @@ jobs:
- run: composer create-project --repository-url="https://mirror.mage-os.org" "magento/project-community-edition:2.4.5-p1" ../magento2 --no-install
shell: bash
name: Create Magento ${{ matrix.magento }} Project
name: Create Magento ${{ matrix.magento }} Project
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
- uses: ./get-magento-version
id: magento-version