Skip to content

Commit

Permalink
github action ssh update
Browse files Browse the repository at this point in the history
  • Loading branch information
lbpage committed Aug 6, 2024
1 parent b0fc533 commit 2461aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Setup SSH config
run: |
mkdir -p ~/.ssh && chmod 700 ~/.ssh
echo "${{ secrets.REMOTE_NIX_BUILDER_SSH }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
cat <<EOF > ~/.ssh/config
Expand Down

0 comments on commit 2461aaa

Please sign in to comment.