We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bea85 commit a93c4d0Copy full SHA for a93c4d0
‎.github/workflows/osiris-subpar-coverage.yml
@@ -27,7 +27,7 @@ jobs:
27
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo
28
29
- name: Clone Osiris
30
- run: git clone git@github.com:10gen/osiris.git cloned-osiris-repo
+ run: git clone https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/10gen/osiris.git cloned-osiris-repo
31
32
- name: Run Coverage Check
33
id: run_coverage
0 commit comments