Update .gitea/workflows/quality.yml

This commit is contained in:
Jamie Schouten 2024-09-13 22:47:45 +00:00
parent 3b7eb7c8e2
commit 0280ddf05d

View File

@ -22,6 +22,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Auth registry
run: composer config --global http-basic.git.qlic.nl ${{ secrets.REGISTRY_USERNAME }} ${{ secrets.REGISTRY_PASSWORD }}
- name: Install dependencies
run: composer install