Install SSH keys

This commit is contained in:
Lewis Dale 2024-05-05 19:50:45 +01:00
parent fe03ce1498
commit 4d88c50a22
1 changed files with 6 additions and 1 deletions

View File

@ -12,4 +12,9 @@ jobs:
with:
go-version: 1.22
- 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 }}