From 45a0319e41aa77b5cd64dcb2eda093a851cafbae Mon Sep 17 00:00:00 2001 From: typeling1578 Date: Fri, 1 Nov 2024 09:36:31 +0900 Subject: [PATCH] Update update-latest-json-portable.yml --- .github/workflows/update-latest-json-portable.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-latest-json-portable.yml b/.github/workflows/update-latest-json-portable.yml index e07d85c..2198269 100644 --- a/.github/workflows/update-latest-json-portable.yml +++ b/.github/workflows/update-latest-json-portable.yml @@ -57,3 +57,7 @@ jobs: upload: needs: ["update-latest-json"] uses: ./.github/workflows/upload.yml + secrets: + FTP_ADDR: ${{ secrets.FTP_ADDR }} + FTP_USER: ${{ secrets.FTP_USER }} + FTP_PASS: ${{ secrets.FTP_PASS }}