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

* add public-key

This commit is contained in:
shimataro 2019-12-22 21:59:59 +09:00
parent 2d465d6497
commit 3cbf1d05b6
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -18,6 +18,7 @@ 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