Added composer authentication env for composer installation #10
@ -21,10 +21,14 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: .env.example
|
default: .env.example
|
||||||
|
secrets:
|
||||||
|
composer-auth-json:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
quality:
|
quality:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: 'ubuntu-24.04'
|
||||||
container:
|
container:
|
||||||
image: ${{ inputs.image }}
|
image: ${{ inputs.image }}
|
||||||
credentials:
|
credentials:
|
||||||
@ -35,6 +39,8 @@ jobs:
|
|||||||
uses: https://git.qlic.nl/actions/setup-composer@v1
|
uses: https://git.qlic.nl/actions/setup-composer@v1
|
||||||
with:
|
with:
|
||||||
args: ${{ inputs.composer-args }}
|
args: ${{ inputs.composer-args }}
|
||||||
|
env:
|
||||||
|
COMPOSER_AUTH: ${{ secrets.composer-auth-json }}
|
||||||
|
|
||||||
- name: Cache PHPStan
|
- name: Cache PHPStan
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user