diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f5e9c83..3f5485c 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -44,7 +44,7 @@ jobs: echo "${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}" id_ed25519 echo "" >> id_ed25519 chmod 600 id_ed25519 - ssh-agent -c -a $SSH_AUTH_SOCK + eval $(ssh-agent -a $SSH_AUTH_SOCK) ssh-add id_ed25519 # - name: Setup SSH Key