You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass custom `token` as input argument to action (#222)
This was an oversight when adding a custom `token` argument. As a consequence, this doesn't work as expected:
```yaml
- uses: lycheeverse/lychee-action@v1.9.0
with:
token: ${{ secrets.CUSTOM_TOKEN }}
```
See lycheeverse/lychee#1353