Update .gitea/workflows/quality.yml
This commit is contained in:
parent
3b7eb7c8e2
commit
0280ddf05d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user