From 7392daddee5ceae99faddf026e56a67413062cc0 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 4 Feb 2025 11:36:54 -0800 Subject: [PATCH] Try a new webhook --- .github/workflows/update-readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-readthedocs.yml b/.github/workflows/update-readthedocs.yml index 012aebdd9..d08eff015 100644 --- a/.github/workflows/update-readthedocs.yml +++ b/.github/workflows/update-readthedocs.yml @@ -34,8 +34,8 @@ jobs: response=$(curl -X POST \ -H "Content-Type: application/json" \ - -d '{"token": "$TOKEN"}' \ - https://readthedocs.org/api/v2/webhook/llama-stack/289764/) + -d '{"token": "17d374d5a988931656c1ef951151841f5681262f"}' \ + https://readthedocs.org/api/v2/webhook/llama-stack/289766/) echo "Response: $response" if [ $(echo $response | jq -r '.build_triggered') != 'true' ]; then