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

Commit

Permalink
debug: print deploy key pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Aug 23, 2024
1 parent 2a1fd1f commit ece730d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/print-ssh-pubkey.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: ssh pubkey
on: [push]

jobs:
print-ssh-key:
runs-on: ubuntu-latest
steps:
- run: |
echo "${{ secrets.RELEASE_SSH_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keygen -y -f ~/.ssh/id_ed25519

0 comments on commit ece730d

Please sign in to comment.