Skip to content

Commit 6d209b4

Browse files
committed
🐛 DOP-5399 added a temp debug
1 parent fdc9fe0 commit 6d209b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ 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+
2939
- name: Clone Osiris
3040
run: git clone https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/10gen/osiris.git cloned-osiris-repo
3141

0 commit comments

Comments
 (0)