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