feature/composer-authentication #5

Closed
NickWiegers wants to merge 2 commits from feature/composer-authentication into main

View File

@ -27,6 +27,12 @@ jobs:
username: ${{ inputs.username }}
password: ${{ inputs.password }}
steps:
- name: Setup composer authentication
run: |
if [ -f ${{ secrets.COMPOSER_AUTH_JSON }} ]
cp ${{ secrets.COMPOSER_AUTH_JSON }} ~/.composer/auth.json
fi
- name: Setup composer
uses: https://git.qlic.nl/actions/setup-composer@v1
with: