diff --git a/.github/workflows/Deploy to FTP server.yml b/.github/workflows/Deploy to FTP server.yml index c8dfa4e..615ae88 100644 --- a/.github/workflows/Deploy to FTP server.yml +++ b/.github/workflows/Deploy to FTP server.yml @@ -11,6 +11,6 @@ jobs: - name: 📂 Sync files uses: SamKirkland/FTP-Deploy-Action@4.1.0 with: - server: files.000webhost.com + server: ${{ secrets.ftp_server }} username: ${{ secrets.ftp_username }} password: ${{ secrets.ftp_password }}