mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update verifier
This commit is contained in:
parent
f20ae0c76d
commit
c10a3b8014
4 changed files with 0 additions and 8 deletions
2
.github/workflows/verify-on-macos.yml
vendored
2
.github/workflows/verify-on-macos.yml
vendored
|
@ -11,7 +11,6 @@ jobs:
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: ls -l ~/.ssh
|
run: ls -l ~/.ssh
|
||||||
|
@ -25,7 +24,6 @@ jobs:
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
name: ssh_key_name # optional
|
name: ssh_key_name # optional
|
||||||
config: | # optional
|
config: | # optional
|
||||||
|
|
2
.github/workflows/verify-on-ubuntu.yml
vendored
2
.github/workflows/verify-on-ubuntu.yml
vendored
|
@ -11,7 +11,6 @@ jobs:
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: ls -l ~/.ssh
|
run: ls -l ~/.ssh
|
||||||
|
@ -25,7 +24,6 @@ jobs:
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
name: ssh_key_name # optional
|
name: ssh_key_name # optional
|
||||||
config: | # optional
|
config: | # optional
|
||||||
|
|
2
.github/workflows/verify-on-ubuntu1604.yml
vendored
2
.github/workflows/verify-on-ubuntu1604.yml
vendored
|
@ -11,7 +11,6 @@ jobs:
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: ls -l ~/.ssh
|
run: ls -l ~/.ssh
|
||||||
|
@ -25,7 +24,6 @@ jobs:
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
name: ssh_key_name # optional
|
name: ssh_key_name # optional
|
||||||
config: | # optional
|
config: | # optional
|
||||||
|
|
2
.github/workflows/verify-on-windows.yml
vendored
2
.github/workflows/verify-on-windows.yml
vendored
|
@ -11,7 +11,6 @@ jobs:
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: ls ~/.ssh
|
run: ls ~/.ssh
|
||||||
|
@ -25,7 +24,6 @@ jobs:
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
name: ssh_key_name # optional
|
name: ssh_key_name # optional
|
||||||
config: | # optional
|
config: | # optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue