ci: Attempt to fix private key

This commit is contained in:
Inex Code 2022-12-31 09:23:38 +03:00
parent b405ca00fa
commit 85f08b290f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: Prepare
commands:
- eval $(ssh-agent -s)
- ssh-add - <<< "${SSH_PRIVATE_KEY}"
- ssh-add - <<< "$SSH_PRIVATE_KEY"
environment:
SSH_PRIVATE_KEY:
from_secret: SSH_PRIVATE_KEY