From 12df37ec4b2eecf4b69d144e9318b6dcb9e573d1 Mon Sep 17 00:00:00 2001 From: craisin Date: Tue, 25 Nov 2025 12:46:36 -0800 Subject: [PATCH] test --- .gitea/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 2e02503..1cf616c 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -11,4 +11,4 @@ jobs: - run: apt update && apt install sshpass -y - name: Update Compose run: | - sshpass -p ${{ secrets.SSH_PASSWORD }} ssh craisin@minicraisin touch hello \ No newline at end of file + ssh craisin@minicraisin touch hello \ No newline at end of file