This is an automated email from the ASF dual-hosted git repository.
chufenggao pushed a commit to branch 3.0.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.0.2-prepare by this push:
new bba3fd93b7 [doc][ci] Add http header to avoid github 403 in dlc
(#12509) (#12793)
bba3fd93b7 is described below
commit bba3fd93b78cc4933b9446dcffe6f93b3ac3f54a
Author: Eric Gao <[email protected]>
AuthorDate: Mon Nov 7 19:33:43 2022 +0800
[doc][ci] Add http header to avoid github 403 in dlc (#12509) (#12793)
Co-authored-by: Jiajie Zhong <[email protected]>
---
.dlc.json | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.dlc.json b/.dlc.json
index d083458159..da44b95b8e 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -20,6 +20,14 @@
"replacement":
"https://dolphinscheduler.apache.org/zh-cn/download/download.html"
}
],
+ "httpHeaders": [
+ {
+ "urls": ["https://docs.github.com/"],
+ "headers": {
+ "Accept-Encoding": "zstd, br, gzip, deflate"
+ }
+ }
+ ],
"timeout": "10s",
"retryOn429": true,
"retryCount": 10,