diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c4f6b2..bea1b80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: - name: Install Hatch run: | python -m pip install --upgrade hatch + - uses: webfactory/ssh-agent@v0.9.1 + with: + ssh-private-key: ${{ secrets.SDK_KEY }} - name: static analysis run: hatch fmt --check - name: type checking