Skip to content

Commit

Permalink
Add private key action
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed May 2, 2024
1 parent 7a121f1 commit 34a14a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/start-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
log-public-key: false

- name: Checkout code into the directory
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ ifeq ($(OS_GENERAL),Windows)
LIB_EXT := .dll
endif

#RUST_REPO_URL := [email protected]:sourcenetwork/defradb-rs.git
RUST_REPO_URL := https://github.com/sourcenetwork/defradb-rs.git
RUST_REPO_URL := [email protected]:sourcenetwork/defradb-rs.git
#RUST_REPO_URL := https://github.com/sourcenetwork/defradb-rs.git
RUST_REPO_BRANCH := main
RUST_DIR := ./build/defradb-rs

Expand Down

0 comments on commit 34a14a4

Please sign in to comment.