chore(ci): use ssh-agent to get hw_regmap dependency

This commit is contained in:
David Testé
2025-03-26 15:13:48 +01:00
parent 683b77190a
commit 7a8a9337dd

View File

@@ -22,6 +22,12 @@ jobs:
continue-on-error: true
timeout-minutes: 1440 # 24 hours
steps:
# Needed as long as hw_regmap repository is private
- name: Configure SSH
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Checkout tfhe-rs repo with tags
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with: