We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8309d9a commit 66a0986Copy full SHA for 66a0986
ci/setup-git.sh
@@ -5,5 +5,6 @@ export GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no"
5
echo $GITHUB_DEPLOY_KEY | base64 -d > _the_key
6
chmod 600 _the_key
7
ssh-add _the_key
8
+rm _the_key
9
git config --global user.name "Deploy from CI"
10
git config --global user.email ""
0 commit comments