feature/composer-authentication #5

Closed
NickWiegers wants to merge 2 commits from feature/composer-authentication into main
Showing only changes of commit 5ab8083cfb - Show all commits

View File

@ -32,6 +32,7 @@ jobs:
if [ -f ${{ secrets.COMPOSER_AUTH_JSON }} ] if [ -f ${{ secrets.COMPOSER_AUTH_JSON }} ]
cp ${{ secrets.COMPOSER_AUTH_JSON }} ~/.composer/auth.json cp ${{ secrets.COMPOSER_AUTH_JSON }} ~/.composer/auth.json
fi fi
- name: Setup composer - name: Setup composer
uses: https://git.qlic.nl/actions/setup-composer@v1 uses: https://git.qlic.nl/actions/setup-composer@v1
with: with: