From 766b11f1f8c15e8cb5a3fd392bb3e12a7f28ec54 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 4 Feb 2025 11:09:16 -0800 Subject: [PATCH] Debug workflow --- .github/workflows/update-readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-readthedocs.yml b/.github/workflows/update-readthedocs.yml index 0c954f8ba..96fd0b326 100644 --- a/.github/workflows/update-readthedocs.yml +++ b/.github/workflows/update-readthedocs.yml @@ -20,6 +20,11 @@ jobs: exit 1 fi + y="{{ secrets.READTHEDOCS_TOKEN }}" + py="foo-${y}" + echo $py + exit 1 + response=$(curl -X POST \ -H "Content-Type: application/json" \ -d '{"token": "{{ secrets.READTHEDOCS_TOKEN }}"}' \