lycheeverse / lychee-action

Github action to check for broken links in Markdown, HTML, and text files using lychee, a fast link checker written in Rust.
https://lychee.cli.rs
Apache License 2.0
292 stars 39 forks source link

Pass custom `token` as input argument to action #222

Closed mre closed 5 months ago

mre commented 5 months ago

This was an oversight when adding a custom token argument. As a consequence, this doesn't work as expected:

- uses: lycheeverse/lychee-action@v1.9.0
  with: 
    token: ${{ secrets.CUSTOM_TOKEN }}

Thanks to @tobon4 for finding this. See https://github.com/lycheeverse/lychee/discussions/1353