Skip to content

Commit

Permalink
Fix missing SSH known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Oct 8, 2024
1 parent f8f8c37 commit 7a81524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS_SLIM_SEO }}
- uses: actions/checkout@master
- name: Install PHP dependencies
run: composer install --no-dev
Expand Down

0 comments on commit 7a81524

Please sign in to comment.