Skip to content

Commit

Permalink
Merge pull request #2931 from balena-io/vipulgupta2048/add-token
Browse files Browse the repository at this point in the history
patch: Add token input to lychee action
  • Loading branch information
vipulgupta2048 authored Mar 11, 2024
2 parents 01e87c3 + e8a797b commit ff94d0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@22134d37a1fff6c2974df9c92a7c7e1e86a08f9c # for v1.9.0

env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: >
--config ./lychee.toml
"build/**/*" "tools/fetch-external.sh"
token: ${{secrets.GITHUB_TOKEN}}


- name: Create Issue From File
if: |
Expand Down

0 comments on commit ff94d0f

Please sign in to comment.