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 6a3caac commit 6627404Copy full SHA for 6627404
‎.github/workflows/osiris-subpar-coverage.yml
@@ -27,7 +27,9 @@ 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 https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/10gen/osiris.git cloned-osiris-repo
+ run: |
31
+ export GITHUB_TOKEN=${{ secrets.PERSONAL_ACCESS_TOKEN }}
32
+ git clone https://x-access-token:[email protected]/10gen/osiris.git cloned-osiris-repo
33
34
- name: Run Coverage Check
35
id: run_coverage
0 commit comments