Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
mkdir ~/.ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Aug 23, 2024
1 parent ece730d commit b969597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/print-ssh-pubkey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
mkdir -p ~/.ssh
echo "${{ secrets.RELEASE_SSH_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keygen -y -f ~/.ssh/id_ed25519

0 comments on commit b969597

Please sign in to comment.