1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
This commit is contained in:
shimataro 2020-01-17 21:44:47 +09:00
parent 42dee50469
commit d344e3125e
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@HEAD uses: shimataro/ssh-key-action@feature/public-key
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_KEY_PUBLIC }} public-key: ${{ secrets.SSH_KEY_PUBLIC }}
@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@HEAD uses: shimataro/ssh-key-action@feature/public-key
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_KEY_PUBLIC }} public-key: ${{ secrets.SSH_KEY_PUBLIC }}