Skip to content

Commit

Permalink
Use correct token key name for lychee action
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Oct 16, 2024
1 parent 470beed commit 37a3283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 37a3283

Please sign in to comment.