Try a new webhook

This commit is contained in:
Ashwin Bharambe 2025-02-04 11:36:54 -08:00
parent 2987fb37c3
commit 7392daddee

View file

@ -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