mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-27 13:55:34 +03:00
Test run
This commit is contained in:
parent
94e7711ca9
commit
556f1d4b39
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -92,11 +92,17 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
key: ${{ secrets.SNARKOS_DEPLOY_KEY }}
|
||||
name: id_rsa
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
- name: Load snarkOS
|
||||
run: |
|
||||
echo "${{ secrets.SNARKOS_DEPLOY_KEY }}" > /c/Users/runneradmin/.ssh/id_rsa
|
||||
chmod 600 /c/Users/runneradmin/.ssh/id_rsa
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add -k /c/Users/runneradmin/.ssh/id_rsa
|
||||
# - uses: shimataro/ssh-key-action@v2
|
||||
# with:
|
||||
# key: ${{ secrets.SNARKOS_DEPLOY_KEY }}
|
||||
# name: id_rsa
|
||||
# known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
Loading…
Reference in New Issue
Block a user