1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Feature/ci (#63)

* * update CI version

* * add libs

* * update CI
This commit is contained in:
shimataro 2020-01-18 10:28:30 +09:00 committed by GitHub
parent 4e56f6f7e9
commit 3ba1bf8166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 110 additions and 8 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@HEAD
uses: shimataro/ssh-key-action@feature/ci
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -21,7 +21,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@HEAD
uses: shimataro/ssh-key-action@feature/ci
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@HEAD
uses: shimataro/ssh-key-action@feature/ci
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@HEAD
uses: shimataro/ssh-key-action@feature/ci
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-16.04
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@HEAD
uses: shimataro/ssh-key-action@feature/ci
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-16.04
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@HEAD
uses: shimataro/ssh-key-action@feature/ci
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional

View file

@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@HEAD
uses: shimataro/ssh-key-action@feature/ci
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -21,7 +21,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@HEAD
uses: shimataro/ssh-key-action@feature/ci
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional