Skip to content

Commit

Permalink
ssh key test
Browse files Browse the repository at this point in the history
  • Loading branch information
NiftyliuS committed Feb 10, 2024
1 parent 06b49fd commit 352bf2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:

- name: Clone, copy thrift folder, and include specific files
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
git clone -b dev https://github.com/alexandriaproject-io/alexandria-project-types.git
ls
Expand Down

0 comments on commit 352bf2b

Please sign in to comment.