Skip to content

Commit

Permalink
🐛 error de usuario / clave
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Jan 17, 2024
1 parent 86e41ba commit 6364fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: SamKirkland/FTP-Deploy-Action@4.3.3
with:
server: cerosetenta.uniandes.edu.co
username: ${{ secrets.USUARIO_FTP }}
username: ${{ secrets.USUARIO_070 }}
server-dir: public_html/especiales/libres-no-valientes/
local-dir: ./publico/
password: ${{ secrets.CLAVE_FTP }}
password: ${{ secrets.CLAVE_070 }}

0 comments on commit 6364fda

Please sign in to comment.