From 9da35dba84218e38b73491ca6a9599eb52dea7b0 Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Mon, 30 Jun 2025 10:47:54 -0700 Subject: [PATCH] remove github.token which is the default --- .github/workflows/reusable-markdown-link-check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reusable-markdown-link-check.yml b/.github/workflows/reusable-markdown-link-check.yml index 7c2f372df4e8..5225a3f5a184 100644 --- a/.github/workflows/reusable-markdown-link-check.yml +++ b/.github/workflows/reusable-markdown-link-check.yml @@ -16,5 +16,4 @@ jobs: with: args: > --config ./lychee.toml - --github-token ${{ github.token }} .