Skip to content

Commit

Permalink
Update build_wheel.yml | Use ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 31, 2024
1 parent 335f291 commit f34ef4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
fail-fast: false
steps:
# Step 1: Checkout the code
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
ssh-key: ${{ secrets.DEPLOY_KEY }}

# Step 2: Set up Python
- uses: actions/setup-python@v3
Expand Down

0 comments on commit f34ef4b

Please sign in to comment.