From d31a069b8527af4586e758cfef9bfb972c3809b6 Mon Sep 17 00:00:00 2001 From: lushunming <1357197829@qq.com> Date: Tue, 9 Dec 2025 15:22:57 +0800 Subject: [PATCH] action --- .github/workflows/genJar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/genJar.yml b/.github/workflows/genJar.yml index 663e0876..5d6a4090 100644 --- a/.github/workflows/genJar.yml +++ b/.github/workflows/genJar.yml @@ -40,7 +40,7 @@ jobs: # ftp username username: mseet_40633048 # ftp password - password: DL0NzRdjf1Wv + password: ${{ secrets.FTP_PWD }} # Server port to connect to (read your web hosts docs) port: 21 # protocol to deploy with - ftp, ftps, or ftps-legacy @@ -60,7 +60,7 @@ jobs: # ftp server server: ftpupload.net # ftp username - username: mseet_40633048 + username: ${{ secrets.FTP_PWD }} # ftp password password: DL0NzRdjf1Wv # Server port to connect to (read your web hosts docs)