Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
cottiar committed Jul 17, 2024
1 parent 16e9f5b commit 8b16e9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/FTPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
mkdir ~/.lftp
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
echo "${{ secrets.FTP_USERNAME }}" | sed 's/./& /g'
echo "${{ secrets.FTP_PASSWORD }}" | sed 's/./& /g'
sudo cp ~/.lftp/certs.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates
- name: 🔑 Load Secrets
Expand Down

0 comments on commit 8b16e9c

Please sign in to comment.