Skip to content

Commit

Permalink
+11
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 16, 2024
1 parent a5d0688 commit 2877c4b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@ jobs:
git config --global core.autocrlf false
# git config --global --add url.https://github.com/.insteadOf "[email protected]:"
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/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
# - uses: webfactory/[email protected]
# with:
# ssh-private-key: ${{ secrets.SSH_KEY }}

- name: checkout
uses: actions/checkout@main
Expand Down

0 comments on commit 2877c4b

Please sign in to comment.