Skip to content

Commit

Permalink
Update push-hostinger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike authored Feb 19, 2024
1 parent 7f5ad8c commit 276ea05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-hostinger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- name: Deploy via FTP
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
env:
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PACKAGES_TOKEN: ${{ secrets.GIT_PACKAGES_TOKEN }}
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
Expand Down

0 comments on commit 276ea05

Please sign in to comment.