Skip to content

Commit a2fa5f7

Browse files
committed
fix: default no SSH key for CI
1 parent 26fef82 commit a2fa5f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11-
- uses: webfactory/ssh-agent@v0.9.0
12-
with:
13-
ssh-private-key: ${{ secrets.DEPS_SSH_KEY }}
11+
# - uses: webfactory/ssh-agent@v0.9.0
12+
# with:
13+
# ssh-private-key: ${{ secrets.DEPS_SSH_KEY }}
1414

1515
- uses: astral-sh/setup-uv@v6
1616
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)