Compare commits
2 Commits
main
...
feature/co
Author | SHA1 | Date | |
---|---|---|---|
5ab8083cfb | |||
e399e3a289 |
@ -27,6 +27,12 @@ jobs:
|
|||||||
username: ${{ inputs.username }}
|
username: ${{ inputs.username }}
|
||||||
password: ${{ inputs.password }}
|
password: ${{ inputs.password }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup composer authentication
|
||||||
|
run: |
|
||||||
|
if [ -f ${{ secrets.COMPOSER_AUTH_JSON }} ]
|
||||||
|
cp ${{ secrets.COMPOSER_AUTH_JSON }} ~/.composer/auth.json
|
||||||
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user