Skip to content

Commit 6a3caac

Browse files
committed
🎨 DOP-5399 removes the debug
1 parent 6d209b4 commit 6a3caac

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ jobs:
2626
- name: Clone Docs Java
2727
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo
2828

29-
- name: Debug GitHub Secrets
30-
run: |
31-
echo "Checking if PERSONAL_ACCESS_TOKEN is set..."
32-
if [ -z "${{ secrets.PERSONAL_ACCESS_TOKEN }}" ]; then
33-
echo "❌ PERSONAL_ACCESS_TOKEN is missing or not available in this environment."
34-
exit 1
35-
else
36-
echo "âś… PERSONAL_ACCESS_TOKEN is set."
37-
fi
38-
3929
- name: Clone Osiris
4030
run: git clone https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/10gen/osiris.git cloned-osiris-repo
4131

0 commit comments

Comments
 (0)