Fix PHP 8.5 CI failure: authenticate Composer with GitHub token for VCS deps

This commit is contained in:
copilot-swe-agent[bot]
2026-06-28 18:27:21 +00:00
committed by GitHub
parent d6eec9b425
commit d7c6c61bdf
+2
View File
@@ -29,6 +29,8 @@ jobs:
- name: Run composer update
run: composer update --prefer-dist --no-interaction --no-progress --no-scripts
env:
COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.GITHUB_TOKEN }}"}}'
- name: Generate app key
run: |