Skip to content

Commit 900d57c

Browse files
author
colinlyguo
committed
fix
1 parent 581262f commit 900d57c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,6 @@ jobs:
334334
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts 2>/dev/null
335335
336336
echo "Number of loaded keys: $(ssh-add -l | wc -l)"
337-
- name: Setup SSH Agent
338-
uses: webfactory/[email protected]
339-
with:
340-
ssh-private-key: ${{ steps.setup-keys.outputs.keys }}
341-
env:
342-
SSH_PRIVATE_KEY: ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }} # just for syntax correctness
343337
- name: Run custom script
344338
run: |
345339
./build/dockerfiles/coordinator-api/init-openvm.sh

0 commit comments

Comments
 (0)