Update action.yml

This commit is contained in:
Jamie Schouten 2024-09-14 11:23:17 +00:00
parent 576b9ec05b
commit 8037cb1cdf

View File

@ -9,7 +9,7 @@ runs:
uses: actions/checkout@v4
- name: Auth registry
run: composer config --global http-basic.git.qlic.nl ${{ secrets.REGISTRY_USERNAME }} ${{ secrets.REGISTRY_PASSWORD }}
run: composer config --global http-basic.git.qlic.nl ${{ vars.REGISTRY_USERNAME }} ${{ vars.REGISTRY_PASSWORD }}
- name: Get Composer Cache Directory
id: composer-cache