Update .github/workflows/WebCI.yml
IMAGESTOR CI / IMAGESTOR_CI (push) Successful in 10s Details

This commit is contained in:
kj4lxc 2026-03-01 23:29:55 +00:00
parent 07bb91ed05
commit dc04e271d7
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
- name: SFTP Upload - Fivem - name: SFTP Upload - Fivem
uses: wangyucode/sftp-upload-action@v2.0.2 uses: wangyucode/sftp-upload-action@v2.0.2
with: with:
host: pelican.cstm.games host: ${{ secrets.GAMESHOST }}
port: 2022 port: 2022
username: ${{ secrets.FIVEMDEVSFTP }} username: ${{ secrets.FIVEMDEVSFTP }}
password: ${{ secrets.FIVEMDEVSFTPPASS }} password: ${{ secrets.FIVEMDEVSFTPPASS }}