Skip to content

Commit 3470b10

Browse files
committed
ci: export SSH_AUTH_SOCK
1 parent e41d780 commit 3470b10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@ jobs:
869869
870870
# Start ssh-agent and add the key
871871
SSH_AUTH_SOCK="$RUNNER_TEMP/ssh_agent.sock"
872+
export SSH_AUTH_SOCK
872873
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
873874
ssh-add ~/.ssh/github_actions
874875

0 commit comments

Comments
 (0)