Skip to content

Commit

Permalink
ci: export SSH_AUTH_SOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Dec 6, 2024
1 parent e41d780 commit 3470b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3470b10

Please sign in to comment.