From 37a32830f7ef5dc5761c45517c19b4d4de587f69 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Wed, 16 Oct 2024 17:13:55 +0100 Subject: [PATCH] Use correct `token` key name for lychee action --- .github/workflows/check_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index fb8fc202..de091ad0 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -45,4 +45,4 @@ jobs: args: "--exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress --timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/generated_docs'" fail: true env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + token: ${{secrets.GITHUB_TOKEN}}