There was an error while loading. Please reload this page.
1 parent f6867f2 commit 7f124bcCopy full SHA for 7f124bc
1 file changed
.github/workflows/deploy.yml
@@ -195,4 +195,8 @@ jobs:
195
- name: Check for dead links
196
uses: lycheeverse/lychee-action@v2.8.0
197
with:
198
+ # Pin to a pre-Rustls lychee build: 0.23+ ignores --insecure and rejects
199
+ # the cluster-managed cert on *.apip.preprod-tilleuls.ovh (UnknownIssuer).
200
+ # 0.15.0 uses OpenSSL + system CAs, so the check works as it did before.
201
+ lycheeVersion: v0.15.0
202
args: --verbose --no-progress --insecure --accept 200,403,429 https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh
0 commit comments