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
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v1
|
uses: shimataro/ssh-key-action@v1
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secret.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secret.SSH_KEY_PUBLIC }}
|
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||||
name: id_rsa # optional
|
name: id_rsa # optional
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: apt install openssh-client rsync
|
run: apt install openssh-client rsync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue