From 2877c4b91e2765ba3e462d97b2823477e77abe85 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Tue, 13 Aug 2024 00:02:43 +0200 Subject: [PATCH] +11 --- .github/workflows/upstream pretest.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index 987d5b47..c810bd4a 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -21,10 +21,18 @@ jobs: git config --global core.autocrlf false # git config --global --add url.https://github.com/.insteadOf "git@github.com:" + + Get-Service ssh-agent + Get-Service ssh-agent | Select StartType + + $ssh_key = '${{ secrets.SSH_KEY }}' + ssh-add - $ssh_key + + # $ssh_key | Set-Content '' - - uses: webfactory/ssh-agent@v0.9.0 - with: - ssh-private-key: ${{ secrets.SSH_KEY }} + # - uses: webfactory/ssh-agent@v0.9.0 + # with: + # ssh-private-key: ${{ secrets.SSH_KEY }} - name: checkout uses: actions/checkout@main