Skip to content

Commit 55bea85

Browse files
committed
🔧 DOP-5399 trying the ssh route
1 parent 6627404 commit 55bea85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎.github/workflows/osiris-subpar-coverage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo
2828

2929
- name: Clone Osiris
30-
run: |
31-
export GITHUB_TOKEN=${{ secrets.PERSONAL_ACCESS_TOKEN }}
32-
git clone https://x-access-token:[email protected]/10gen/osiris.git cloned-osiris-repo
30+
run: git clone [email protected]:10gen/osiris.git cloned-osiris-repo
3331

3432
- name: Run Coverage Check
3533
id: run_coverage

0 commit comments

Comments
 (0)