This commit is contained in:
howardwu 2020-08-12 16:33:11 -07:00
parent 1581a0876d
commit 336554f28c

View File

@ -92,9 +92,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- uses: webfactory/ssh-agent@v0.4.0
- uses: shimataro/ssh-key-action@v2
with:
ssh-private-key: ${{ secrets.SNARKOS_DEPLOY_KEY }}
key: ${{ secrets.SNARKOS_DEPLOY_KEY }}
- name: Install Rust
uses: actions-rs/toolchain@v1