Skip to content

Commit

Permalink
поправил артефакт
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriitux committed Jun 21, 2024
1 parent ffc4aa3 commit e8eb498
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/artefact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ jobs:

steps:

- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: 'know-host-placeholder'

- name: Adding Known Hosts
run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit e8eb498

Please sign in to comment.