Install SSH keys
This commit is contained in:
parent
fe03ce1498
commit
4d88c50a22
@ -13,3 +13,8 @@ jobs:
|
|||||||
go-version: 1.22
|
go-version: 1.22
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: go build -o dist/oopsie
|
run: go build -o dist/oopsie
|
||||||
|
- name: Install SSH Key
|
||||||
|
uses: shimataro/ssh-key-action@v2
|
||||||
|
with:
|
||||||
|
key: ${{ secrets.SSH_KEY }}
|
||||||
|
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
Loading…
Reference in New Issue
Block a user