Skip to content

Commit 0c37ff4

Browse files
committed
action: adds gitlab ssh-key usage to workflow
1 parent 413ce58 commit 0c37ff4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
irm https://astral.sh/uv/install.ps1 | iex
5757
echo "$env:USERPROFILE\.local\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
5858
59+
- uses: webfactory/ssh-agent@v0.9.0
60+
with:
61+
ssh-private-key: |
62+
${{ secrets.GITLAB_TIQI_ZEDBOARD_SSH_KEY }}
63+
${{ secrets.GITLAB_TIQI_RPC_SSH_KEY }}
64+
5965
- name: Sync build dependencies
6066
run: uv sync --group build
6167

0 commit comments

Comments
 (0)