Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Remove external action
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent 1a26960 commit 9420918
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup SSH
uses: kielabokkie/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-host: rettichlp.de
run: |
mkdir -p .ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" >> .ssh/id_rsa
chmod 600 .ssh/id_rsa
ssh-keygen -R rettichlp.de
deploy:
runs-on: ubuntu-latest
needs: [ build,setup-ssh ]
Expand Down

0 comments on commit 9420918

Please sign in to comment.