mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 01:01:53 +03:00
Test run
This commit is contained in:
parent
556f1d4b39
commit
216a552ae9
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
@ -92,17 +92,20 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- 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
|
||||
# - 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 }}
|
||||
- uses: fusion-engineering/setup-git-credentials@v2
|
||||
with:
|
||||
credentials: ${{ secrets.SNARKOS_DEPLOY_KEY }}
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
Loading…
Reference in New Issue
Block a user