File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -312,11 +312,11 @@ jobs:
312312 mkdir -p ~/.ssh && chmod 700 ~/.ssh
313313 eval "$(ssh-agent -s)"
314314 ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
315- for name in plonky3 openvm_stark openvm; do
316- echo "${{ secrets.${name^^}_GPU_SSH_PRIVATE_KEY }}" > ~/. ssh/${name}_gpu_key
317- chmod 600 ~/. ssh/${name}_gpu_key 2>/dev/null
318- ssh-add ~/.ssh/${name}_gpu_key 2>/dev/null
319- done
315+
316+ echo "${{ secrets.PLONKY3_GPU_SSH_PRIVATE_KEY }}" | ssh-add -
317+ echo "${{ secrets.OPENVM_STARK_GPU_SSH_PRIVATE_KEY }}" | ssh-add -
318+ echo "${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}" | ssh-add -
319+
320320 ./build/dockerfiles/coordinator-api/clone_plonky3_gpu.sh
321321 ./build/dockerfiles/coordinator-api/clone_openvm_stark_gpu.sh
322322 ./build/dockerfiles/coordinator-api/clone_openvm_gpu.sh
You can’t perform that action at this time.
0 commit comments