Skip to content

Commit 66a0986

Browse files
committed
Remove the key when we're done with it
1 parent 8309d9a commit 66a0986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/setup-git.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no"
55
echo $GITHUB_DEPLOY_KEY | base64 -d > _the_key
66
chmod 600 _the_key
77
ssh-add _the_key
8+
rm _the_key
89
git config --global user.name "Deploy from CI"
910
git config --global user.email ""

0 commit comments

Comments
 (0)