Update repo_health.yml
This commit is contained in:
3
.github/workflows/repo_health.yml
vendored
3
.github/workflows/repo_health.yml
vendored
@@ -206,8 +206,7 @@ jobs:
|
|||||||
|
|
||||||
mkdir -p "$HOME/.ssh"
|
mkdir -p "$HOME/.ssh"
|
||||||
key_file="$HOME/.ssh/ci_sftp_key"
|
key_file="$HOME/.ssh/ci_sftp_key"
|
||||||
printf '%s
|
printf '%s\\n' "${FTP_KEY}" > "${key_file}"
|
||||||
' "${FTP_KEY}" > "${key_file}"
|
|
||||||
chmod 600 "${key_file}"
|
chmod 600 "${key_file}"
|
||||||
|
|
||||||
# If FTP_PASSWORD is present, treat it as the private key passphrase and decrypt the key in place.
|
# If FTP_PASSWORD is present, treat it as the private key passphrase and decrypt the key in place.
|
||||||
|
|||||||
Reference in New Issue
Block a user