Skip to content

Commit

Permalink
sanity check ssh keyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Oct 29, 2024
1 parent 1f5cc50 commit 81783d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
ssh-keygen -l -f /home/runner/.ssh/repros.key
ssh-keyscan -H ${{matrix.host}} >> ~/.ssh/known_hosts
git remote add repros-lance git@${{matrix.host}}:qos
ssh-agent sh -c "ssh-add ~/.ssh/repros.key && git push repros-lance HEAD
git push repros-lance HEAD

0 comments on commit 81783d6

Please sign in to comment.