From 7bc97b6f916e161cba419b31fe2842c79ff3855a Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Wed, 29 Mar 2023 13:50:57 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Use=20already=20configured=20rsa?= =?UTF-8?q?=20key=20with=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b68343..c23d2ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,9 +11,6 @@ jobs: - run: name: Configure git user command: | - echo "$GITHUB_SSH_KEY" | base64 --decode -i > ~/.ssh/id_rsa - ssh-add -D - ssh-add ~/.ssh/id_rsa git config --global user.email "ci@danielrayjones.com" git config --global user.name "Circle CI" - run: