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