diff --git a/.github/workflows/link-pr.yaml b/.github/workflows/link-pr.yaml index 8975897..56e32dd 100644 --- a/.github/workflows/link-pr.yaml +++ b/.github/workflows/link-pr.yaml @@ -37,7 +37,7 @@ jobs: # -r, --retry-wait-time Minimum wait time in seconds between retries of failed requests # -u, --user-agent User agent # *.md all markdown files in the root directory - args: -E -i -n -t 45 -r 3 --max-retries 5 --max-concurrency 64 -a 401,403 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" -- '*.md' - + args: -E -i -n -t 45 -r 3 --max-retries 5 --max-concurrency 64 -a 401,403 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" -v --exclude-path "node_modules" --exclude-path "dist" --exclude-path "cache" -- '**/*.md' + env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/link-schedule.yaml b/.github/workflows/link-schedule.yaml index 93c6faf..80fe795 100644 --- a/.github/workflows/link-schedule.yaml +++ b/.github/workflows/link-schedule.yaml @@ -38,7 +38,7 @@ jobs: # -r, --retry-wait-time Minimum wait time in seconds between retries of failed requests # -u, --user-agent User agent # *.md all markdown files in the root directory - args: -E -i -n -t 45 -r 3 --max-retries 5 --max-concurrency 64 -a 401,403 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" -- '*.md' + args: -E -i -n -t 45 -r 3 --max-retries 5 --max-concurrency 64 -a 401,403 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" -v --exclude-path "node_modules" --exclude-path "dist" --exclude-path "cache" -- '**/*.md' output: out.md env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}