Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Nov 13, 2023
1 parent 309ec2a commit bc18595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zig-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
git config --global --add safe.directory `pwd`
- name: configure ssh agent
run: |
mkdir ~/.ssh
echo "${{ vars.GH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
eval `ssh-agent -s`
echo "${{ secrets.SSH_DEPLOY_KEY }}" | ssh-add -
Expand Down

0 comments on commit bc18595

Please sign in to comment.