1 parent 562dafe commit 33e371dCopy full SHA for 33e371d
1 file changed
.github/workflows/test.yaml
@@ -10,6 +10,12 @@ jobs:
10
runs-on: macos-latest
11
steps:
12
- 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
19
- name: Install all
20
run: sh ./install.sh
21
docker:
0 commit comments