From a21f47b46cb291c0f65f3b6f4f2e06a04e7a2521 Mon Sep 17 00:00:00 2001 From: jordandsullivan Date: Thu, 23 Jan 2025 11:50:30 -0800 Subject: [PATCH] Try directly retrieving the Deploy Key --- .github/workflows/ucc-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ucc-benchmarks.yml b/.github/workflows/ucc-benchmarks.yml index 0b1a603..5bb9477 100644 --- a/.github/workflows/ucc-benchmarks.yml +++ b/.github/workflows/ucc-benchmarks.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: - ssh-key: ~/.ssh/id_ed25519 + ssh-key: ${{ secrets.DEPLOY_KEY }} # Build the Docker image - name: Build Docker image