Skip to content

Commit 33e371d

Browse files
committed
readd ssh setup
1 parent 562dafe commit 33e371d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
runs-on: macos-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
- name: Set up SSH
14+
uses: MrSquaare/ssh-setup-action@2d028b70b5e397cf8314c6eaea229a6c3e34977a # v3.1.0
15+
with:
16+
host: github.com
17+
private-key: ${{ secrets.SSH_GITHUB_PPK }}
18+
private-key-name: github-ppk
1319
- name: Install all
1420
run: sh ./install.sh
1521
docker:

0 commit comments

Comments
 (0)