From 512ffa55bb72ffccaa0d86cf4da86d438769f85b Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Tue, 6 May 2025 11:21:38 +0200 Subject: [PATCH] ci: revert all markdown checker changes nothing worked anyway [skip changelog] --- .github/workflows/markdown-checker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/markdown-checker.yml b/.github/workflows/markdown-checker.yml index 41a1fd71bc..7c02221c53 100644 --- a/.github/workflows/markdown-checker.yml +++ b/.github/workflows/markdown-checker.yml @@ -25,7 +25,6 @@ jobs: name: Check Dead Links runs-on: ubuntu-latest permissions: - contents: read pull-requests: write env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -47,7 +46,6 @@ jobs: uses: lycheeverse/lychee-action@v2 with: # 仅检查内部链接和 Github 相关链接 - token: ${{ secrets.GITHUB_TOKEN }} args: > --verbose --no-progress --cache --max-cache-age 1d --cache-exclude-status '429, 500..599'