Skip to content

Commit 8c8dcbb

Browse files
committed
Removed key
1 parent 848e4d0 commit 8c8dcbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v4
47-
- uses: webfactory/ssh-agent@v0.9.0
48-
with:
49-
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
47+
# - uses: webfactory/ssh-agent@v0.9.0
48+
# with:
49+
# ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
5050

5151
# Used to host cibuildwheel
5252
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)