Skip to content

Commit

Permalink
Try directly retrieving the Deploy Key
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandsullivan authored Jan 23, 2025
1 parent 3a626dc commit a21f47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ucc-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a21f47b

Please sign in to comment.