Skip to content

Commit

Permalink
Update FTPS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cottiar authored Jul 17, 2024
1 parent 30e83fc commit 71ccc65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/FTPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
- name: 🛠️ Configure LFTP
run: |
mkdir ~/.lftp
sudo apt update
sudo apt upgrade
sudo dpkg-reconfigure ca-certificates
sudo apt-get install --reinstall ca-certificates
echo "set ssl:ca-file ~/.lftp/certs.crt;set ssl:check-hostname no;" >> ~/.lftp/rc
echo "${{ secrets.FTP_CERTS_BASE64 }}" | base64 --decode > ~/.lftp/certs.crt
- name: 🔑 Load Secrets
Expand Down

0 comments on commit 71ccc65

Please sign in to comment.