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
@@ -40,3 +40,5 @@ jobs:
path: _test/demo-package
matrix: ${{ needs.compute_matrix.outputs.matrix }}
stamp: true
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}