Skip to content

Commit f57f98d

Browse files
fix(ci) remove install ssh step (#245)
1 parent 2c40924 commit f57f98d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
go-version: ["1.21", "1.22", "1.23"]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- name: Install SSH Key
19-
uses: shimataro/ssh-key-action@v2
20-
with:
21-
key: ${{ secrets.SSH_PRIVATE_KEY }}
22-
known_hosts: ${{ vars.SSH_KNOWN_HOSTS }}
2318
- name: Install Java
2419
uses: actions/setup-java@v4
2520
with:

0 commit comments

Comments
 (0)