Skip to content

Commit a93c4d0

Browse files
committed
🔧 DOP-5399 went back to the git clone with the acces token
1 parent 55bea85 commit a93c4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +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: git clone git@github.com:10gen/osiris.git cloned-osiris-repo
30+
run: git clone https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/10gen/osiris.git cloned-osiris-repo
3131

3232
- name: Run Coverage Check
3333
id: run_coverage

0 commit comments

Comments
 (0)