File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -307,10 +307,18 @@ 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 private repos
310+ - name : Setup SSH for OPENVM_GPU repo
311311 uses : webfactory/ssh-agent@v0.9.0
312312 with :
313313 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 }}
314322 - name : Run custom script
315323 run : |
316324 ./build/dockerfiles/coordinator-api/init-openvm.sh
You can’t perform that action at this time.
0 commit comments