From 0e7b8ae6a27db388acba455ce630aa31c4159ee7 Mon Sep 17 00:00:00 2001 From: yaythomas Date: Wed, 24 Sep 2025 01:41:43 -0700 Subject: [PATCH] chore: add SDK ssh key to ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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