fix: CI ssh keyfile permissions
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/6/head
Aravinth Manivannan 2022-04-16 15:08:01 +05:30
parent 953014d2fe
commit 35050fb01c
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ EOF
write_ssh(){
echo > $SSH_ID_FILE
echo "$1" >> $SSH_ID_FILE
chmod 600 $SSH_ID_FILE
}
set_ssh_remote() {