diff --git a/.woodpecker.yml b/.woodpecker.yml index ec52848..6917f98 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,7 @@ pipeline: - mkdir -p /root/.ssh - echo "$SSH_KEY" > /root/.ssh/id_25519 - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config - secrets: [ ssh-key ] + secrets: [ ssh_key ] upload: image: archlinux