Update action.yml
This commit is contained in:
parent
576b9ec05b
commit
8037cb1cdf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user