From a40f9cecead6633acf31bc34dcbdcca2ab949046 Mon Sep 17 00:00:00 2001 From: howardwu Date: Wed, 12 Aug 2020 16:43:23 -0700 Subject: [PATCH] Test run --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a294ed1f91..881b292871 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,7 @@ jobs: - uses: shimataro/ssh-key-action@v2 with: key: ${{ secrets.SNARKOS_DEPLOY_KEY }} + known_hosts: ${{ secrets.KNOWN_HOSTS }} - name: Install Rust uses: actions-rs/toolchain@v1