mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* secret -> secrets (#14)
This commit is contained in:
parent
ee1e03f3de
commit
5b7947ebcf
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ steps:
|
|||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v1
|
||||
with:
|
||||
private-key: ${{ secret.SSH_KEY }}
|
||||
public-key: ${{ secret.SSH_KEY_PUBLIC }}
|
||||
private-key: ${{ secrets.SSH_KEY }}
|
||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||
name: id_rsa # optional
|
||||
- name: Install packages
|
||||
run: apt install openssh-client rsync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue