Skip to content

Commit

Permalink
two keys
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Nov 28, 2024
1 parent 396c145 commit 3912453
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/prepare-rust-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: 'Prepare Rust environment'
description: >
Installs Rust toolchain, authenticates with SSH (in order to access Github private repos)
inputs:
ssh-private-key:
description: 'SSH private key to authenticate with'
poseidon-gadget-private-key:
description: 'SSH private key that corresponds to the deploy key in poseidon2-gadget repository'
required: true
zkos-circuits-private-key:
description: 'SSH private key that corresponds to the deploy key in zkos-circuits repository'
required: true

runs:
using: composite
steps:
Expand Down

0 comments on commit 3912453

Please sign in to comment.