Update .gitea/workflows/deploy.yml

This commit is contained in:
Johan Rooijakkers 2025-02-27 14:09:53 +00:00
parent 848b008785
commit 5fc4477f4b

View File

@ -61,8 +61,7 @@ jobs:
password: ${{ inputs.warden-password }} password: ${{ inputs.warden-password }}
client-id: ${{ inputs.warden-client-id }} client-id: ${{ inputs.warden-client-id }}
client-secret: ${{ inputs.warden-client-secret }} client-secret: ${{ inputs.warden-client-secret }}
secrets: | secrets: ${{ inputs.secrets }}
9f0d240a-ba74-40be-b096-39d8d4477c05 > DOT_ENV
- name: Create .env file from secret - name: Create .env file from secret
run: | run: |