We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af22c9c commit 22f23e6Copy full SHA for 22f23e6
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Install Hatch
28
run: |
29
python -m pip install --upgrade hatch
30
+ - uses: webfactory/ssh-agent@v0.9.1
31
+ with:
32
+ ssh-private-key: ${{ secrets.SDK_KEY }}
33
- name: static analysis
34
run: hatch fmt --check
35
- name: type checking
0 commit comments