Fix: COMPOSER_AUTH for Gitea registry [skip ci]

This commit is contained in:
Jonathan Miller
2026-04-16 23:52:01 -05:00
parent b02181ebd0
commit 0a920d1606

View File

@@ -96,9 +96,11 @@ jobs:
echo "Building: ${ZIP_NAME} (${STABILITY})"
- name: Install dependencies
env:
COMPOSER_AUTH: '{"http-basic":{"git.mokoconsulting.tech":{"username":"token","password":"${{ secrets.GA_TOKEN }}"}}}'
run: |
if [ -f "composer.json" ]; then
composer install --no-dev --optimize-autoloader
composer install --no-dev --optimize-autoloader --no-interaction
fi
- name: Create package