as inputs

This commit is contained in:
Jamie Schouten 2024-09-14 13:42:56 +02:00
parent d8cd6f2f80
commit 305c434533

View File

@ -1,6 +1,6 @@
on:
workflow_call:
secrets:
inputs:
username:
required: false
type: string
@ -16,8 +16,8 @@ jobs:
container:
image: git.qlic.nl/qlic/quality:latest
credentials:
username: ${{ secrets.username }}
password: ${{ secrets.password }}
username: ${{ inputs.username }}
password: ${{ inputs.password }}
steps:
- name: Setup composer
uses: https://git.qlic.nl/actions/setup-composer@main