-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[doc][ci] Add http header to avoid github 403 in dlc #12509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
see more detail in tcort/markdown-link-check#201 and we find can solve this by adding `httpHeaders` to fix it
CI failed without httpheader config in https://github.com/apache/dolphinscheduler/actions/runs/3309775067/jobs/5463291529, and success in https://github.com/apache/dolphinscheduler/actions/runs/3309798831/jobs/5463339457 after I added httpheader config in e9fd3f6 |
Codecov Report
@@ Coverage Diff @@
## dev #12509 +/- ##
============================================
- Coverage 39.61% 39.56% -0.05%
+ Complexity 4192 4187 -5
============================================
Files 1038 1038
Lines 38843 38795 -48
Branches 4447 4433 -14
============================================
- Hits 15387 15349 -38
+ Misses 21712 21701 -11
- Partials 1744 1745 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! |
Thanks |
see more detail in tcort/markdown-link-check#201 and we find can solve this by adding `httpHeaders` to fix it
Co-authored-by: Jiajie Zhong <[email protected]>
see more detail in
tcort/markdown-link-check#201 and we find can solve this by adding
httpHeaders
to fix it