Fix: add COMPOSER_AUTH for Gitea package registry in release workflow
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 7s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-16 23:51:59 -05:00
parent 5539091b8b
commit 9694015862

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