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

Commit ece730d

Browse files
committed
debug: print deploy key pubkey
1 parent 2a1fd1f commit ece730d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: ssh pubkey
2+
on: [push]
3+
4+
jobs:
5+
print-ssh-key:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: |
9+
echo "${{ secrets.RELEASE_SSH_KEY }}" > ~/.ssh/id_ed25519
10+
chmod 600 ~/.ssh/id_ed25519
11+
ssh-keygen -y -f ~/.ssh/id_ed25519

0 commit comments

Comments
 (0)