From 7a5918da87f51e2fe6a63ea5684ab9c6f57b24b0 Mon Sep 17 00:00:00 2001 From: WinterMyst Date: Sun, 22 Sep 2024 19:20:10 +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 e977e6c..4e25f68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ release: - chmod 700 ~/.ssh # Decode and set up the SSH private key - | - printf '%s' "$SSH_PRIVATE_KEY_BASE64" | tr -d '\r\n' | base64 --decode > ~/.ssh/id_rsa + printf '%s' "$SSH_PRIVATE_KEY_ENCODED" | tr -d '\r\n' | base64 --decode > ~/.ssh/id_rsa if [ $? -ne 0 ]; then echo "Error: Failed to decode SSH_PRIVATE_KEY_BASE64." exit 1