Skip to content

Commit

Permalink
Use ssh-key to enforce SSH remote for pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 2, 2024
1 parent 4984bb3 commit f5a1e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@main
with:
ref: ${{ github.event.inputs.ref }}
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
# Required for Upload doc step
- name: Setup git config
run: |
Expand Down

0 comments on commit f5a1e69

Please sign in to comment.