Skip to content

Commit

Permalink
Update experimental.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Oct 15, 2023
1 parent b0ecdda commit 5073d1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:

steps:
- name: Setup github SSH
uses: webfactory/ssh-agent@v0.7.0
uses: shimataro/ssh-key-action@v2
with:
ssh-private-key: ${{ secrets.UEPSEUDO_SSH_KEY }}
key: ${{ secrets.UEPSEUDO_SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}

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

0 comments on commit 5073d1d

Please sign in to comment.