mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
parent
96f512a3a1
commit
e473bddff6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/verify.yml
vendored
1
.github/workflows/verify.yml
vendored
|
@ -20,5 +20,6 @@ jobs:
|
|||
private-key: ${{ secrets.SSH_KEY }}
|
||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||
name: 'id_rsa' # optional
|
||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||
- name: git clone through SSH
|
||||
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue