Skip to content

Commit 97cdd3d

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install Wget
2424
run: sudo apt-get update && sudo apt-get install -y wget
2525

26+
- name: Debug Secrets
27+
run: echo "Token Length: ${#secrets.PERSONAL_ACCESS_TOKEN}"
28+
2629
- name: Clone Docs Java
2730
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo
2831

0 commit comments

Comments
 (0)