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
@@ -57,6 +57,8 @@ jobs:
- run: composer update --no-install
working-directory: ${{ steps.setup-magento.outputs.path }}
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
- uses: ./cache-magento
with: