summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/context7-refresh.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/context7-refresh.yml b/.github/workflows/context7-refresh.yml
index 9489b55e..e7910671 100644
--- a/.github/workflows/context7-refresh.yml
+++ b/.github/workflows/context7-refresh.yml
@@ -66,7 +66,11 @@ jobs:
esac
fi
echo "Refreshing Context7 variant: $VARIANT"
- curl -fsSL --retry 2 --retry-delay 10 -X POST \
+ curl -fsSL \
+ --connect-timeout 10 \
+ --max-time 60 \
+ --retry 2 --retry-delay 10 \
+ -X POST \
"https://context7.com/api/v1/refresh" \
-H "Authorization: Bearer $CONTEXT7_API_KEY" \
-H "Content-Type: application/json" \