From 54bb5217a8bf36fffc234059fcd707b901366d68 Mon Sep 17 00:00:00 2001 From: Jamie Schouten Date: Sat, 14 Sep 2024 13:53:40 +0200 Subject: [PATCH] use inputs --- .gitea/workflows/quality.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/quality.yml b/.gitea/workflows/quality.yml index c7efe09..ad51ed3 100644 --- a/.gitea/workflows/quality.yml +++ b/.gitea/workflows/quality.yml @@ -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