From 070aa208ace39d2e1c5234bcb146addce91b59e4 Mon Sep 17 00:00:00 2001 From: WinterMyst Date: Sun, 22 Sep 2024 18:56:14 +0200 Subject: [PATCH] r --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d49b40..29f8479 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ release: - mkdir -p ~/.ssh - chmod 700 ~/.ssh # Decode and set up the SSH private key - - echo "$SSH_PRIVATE_KEY_BASE64" | base64 -d > ~/.ssh/id_rsa + - echo "$SSH_PRIVATE_KEY_ENCODED" | base64 -d > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa # Start the SSH agent and add the key - eval $(ssh-agent -s)