From 309c7cb1f28b4724101ad341fb644e83649422f4 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 15:42:54 +0100 Subject: [PATCH] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5a26c46..594f4c6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: uses: https://git.qlic.nl/actions/warden@b0454df36f91c8b39f8bf886438d7d1a4192363d with: client-id: ${{ inputs.warden-client-id }} - secret-id: ${{ inputs.warden-client-secret }} + client-secret: ${{ inputs.warden-client-secret }} password: ${{ inputs.warden-password }} server: ${{ inputs.warden-server }} secrets: ${{ inputs.secrets }}