From 89bd4280b71cc4b5448121390a878b270c87b0ef Mon Sep 17 00:00:00 2001 From: haemka Date: Thu, 13 Aug 2026 15:22:00 +0000 Subject: [PATCH] Revert DEPLOY_USER back to a secret Only host/port were asked to move to variables; user stays a secret. --- .gitea/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-deploy.yml b/.gitea/workflows/build-deploy.yml index 089c498..9a49671 100644 --- a/.gitea/workflows/build-deploy.yml +++ b/.gitea/workflows/build-deploy.yml @@ -53,7 +53,7 @@ jobs: env: DEPLOY_HOST: ${{ vars.DEPLOY_HOST }} DEPLOY_PORT: ${{ vars.DEPLOY_PORT }} - DEPLOY_USER: ${{ vars.DEPLOY_USER }} + DEPLOY_USER: ${{ secrets.DEPLOY_USER }} DEPLOY_PATH: ${{ vars.DEPLOY_PATH }} run: | rsync -avz --delete \