Skip to content

Commit

Permalink
update release.yml to checkout using ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Dec 6, 2024
1 parent 74aaac6 commit dcfe5fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.AIBSGITHUB_PRIVATE_KEY }}
- name: Set up Python ${{ github.event.inputs.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit dcfe5fe

Please sign in to comment.