From 94a645e4411bbab9afa70838ede180c25cddf35a Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 10 Mar 2026 13:45:05 +0100 Subject: [PATCH] don't upload hpk's key --- .github/workflows/test-and-deploy.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index ce1ddfbd..01943de9 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -25,9 +25,6 @@ jobs: echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 - - name: add hpk42 key to staging server - run: ssh root@${{ secrets.STAGING_SSH_KEY }} 'curl -s https://github.com/hpk42.keys >> .ssh/authorized_keys' - - name: run deploy-chatmail offline tests run: pytest --pyargs cmdeploy