From ae0a3022983e4cabe170f9fd328a60ef82e56bda Mon Sep 17 00:00:00 2001 From: vrifox Date: Wed, 29 Mar 2023 21:10:02 +0200 Subject: [PATCH] [CI/CD] fix secrets array --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c8261ec..b490119 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,7 @@ pipeline: - mkdir -p ~/.ssh - echo "$SSH-KEY" > ~/.ssh/id_25519 - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - secrets: ssh-key + secrets: [ ssh-key ] upload: image: archlinux