ci: Attempt to fix private key

master
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 - name: Prepare
commands: commands:
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- ssh-add - <<< "${SSH_PRIVATE_KEY}" - ssh-add - <<< "$SSH_PRIVATE_KEY"
environment: environment:
SSH_PRIVATE_KEY: SSH_PRIVATE_KEY:
from_secret: SSH_PRIVATE_KEY from_secret: SSH_PRIVATE_KEY