Skip to content

Commit

Permalink
Remove ssh-key requirement from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Krannich479 authored May 29, 2024
1 parent 027d82f commit 5a9b3c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/VariantCalling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:

- name: Git checkout CIEVaD + REF
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
git clone [email protected]:rki-mf1/cievad.git
pushd cievad
wget https://www.ebi.ac.uk/ena/browser/api/fasta/MN908947.3
Expand Down

0 comments on commit 5a9b3c5

Please sign in to comment.