From 290eaf2a4e8d2ba2df42517f034e79ff8c2f250e Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Tue, 31 Dec 2024 00:07:00 +0100 Subject: [PATCH] ci: set up ssh on test --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99c4d9a..1a7a024 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: webfactory/ssh-agent@v0.4.1 + with: + ssh-private-key: ${{ secrets.ORY_BOT_SSH_KEY }} - run: make test - name: Dry-run the sync run: |