Skip to content

Commit

Permalink
Fixed SSH for experimental CI
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Oct 15, 2023
1 parent 5956baa commit b382065
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
runs-on: windows-2022

steps:
- name: Setup github SSH
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.UEPSEUDO_SSH_KEY }}
known_hosts: unnecessary

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b382065

Please sign in to comment.