Skip to content

Commit fd97a78

Browse files
committed
🔧 DOP-5399 properly handling the debug for secrets
1 parent 03b2207 commit fd97a78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
run: sudo apt-get update && sudo apt-get install -y wget
2525

2626
- name: Debug Secrets
27-
run: "echo Token Length: ${#secrets.PERSONAL_ACCESS_TOKEN}"
27+
run: |
28+
echo "Token Length: $(echo -n "${{ secrets.PERSONAL_ACCESS_TOKEN }}" | wc -c)"
2829
2930
- name: Clone Docs Java
3031
run: git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo

0 commit comments

Comments
 (0)