mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
ci: Attempt to fix private key
This commit is contained in:
parent
b405ca00fa
commit
85f08b290f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue