File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,13 @@ jobs:
4242 uses : Swatinem/rust-cache@v2
4343 with :
4444 workspaces : " common/libzkp/impl -> target"
45- - name : Setup SSH for private repos
45+ - name : Setup SSH for private repositories
4646 uses : webfactory/ssh-agent@v0.9.0
4747 with :
48- ssh-private-key : ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}
48+ ssh-private-key : |
49+ ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}
50+ ${{ secrets.OPENVM_STARK_GPU_SSH_PRIVATE_KEY }}
51+ ${{ secrets.PLONKY3_GPU_SSH_PRIVATE_KEY }}
4952 - name : Lint
5053 working-directory : ' common'
5154 run : |
Original file line number Diff line number Diff line change @@ -307,18 +307,13 @@ jobs:
307307 REPOSITORY : coordinator-api
308308 run : |
309309 aws --region ${{ env.AWS_REGION }} ecr describe-repositories --repository-names ${{ env.REPOSITORY }} && : || aws --region ${{ env.AWS_REGION }} ecr create-repository --repository-name ${{ env.REPOSITORY }}
310- - name : Setup SSH for OPENVM_GPU repo
310+ - name : Setup SSH for private repositories
311311 uses : webfactory/ssh-agent@v0.9.0
312312 with :
313- ssh-private-key : ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}
314- - name : Setup SSH for OPENVM_STARK_GPU repo
315- uses : webfactory/ssh-agent@v0.9.0
316- with :
317- ssh-private-key : ${{ secrets.OPENVM_STARK_GPU_SSH_PRIVATE_KEY }}
318- - name : Setup SSH for PLONKY3_GPU repo
319- uses : webfactory/ssh-agent@v0.9.0
320- with :
321- ssh-private-key : ${{ secrets.PLONKY3_GPU_SSH_PRIVATE_KEY }}
313+ ssh-private-key : |
314+ ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}
315+ ${{ secrets.OPENVM_STARK_GPU_SSH_PRIVATE_KEY }}
316+ ${{ secrets.PLONKY3_GPU_SSH_PRIVATE_KEY }}
322317 - name : Run custom script
323318 run : |
324319 ./build/dockerfiles/coordinator-api/init-openvm.sh
You can’t perform that action at this time.
0 commit comments