You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble with the FTP-Deploy-Action. The workflow doesn't appear to be using the FTP_PASSWORD secret correctly. When I add a debugging step to check if the secret exists, it confirms availability, but the deployment fails with a LOGIN FAILED error.
I tested by hardcoding the FTP password directly into the workflow file, and it worked as expected. However, when using GitHub Secrets, the authentication fails.
What I did:
Add the FTP_PASSWORD secret in the repository settings.
Use it in the workflow as ${{ secrets.FTP_PASSWORD }}.
I'm having trouble with the FTP-Deploy-Action. The workflow doesn't appear to be using the
FTP_PASSWORD
secret correctly. When I add a debugging step to check if the secret exists, it confirms availability, but the deployment fails with aLOGIN FAILED
error.I tested by hardcoding the FTP password directly into the workflow file, and it worked as expected. However, when using GitHub Secrets, the authentication fails.
What I did:
FTP_PASSWORD
secret in the repository settings.${{ secrets.FTP_PASSWORD }}
.Workflow YAML:
The text was updated successfully, but these errors were encountered: