[CI/CD] fix secrets array
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
517b52134f
commit
ae0a302298
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue