diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e739714122..5869eb727c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -869,6 +869,7 @@ jobs: # Start ssh-agent and add the key SSH_AUTH_SOCK="$RUNNER_TEMP/ssh_agent.sock" + export SSH_AUTH_SOCK ssh-agent -a $SSH_AUTH_SOCK > /dev/null ssh-add ~/.ssh/github_actions