Skip to content

Commit

Permalink
Merge pull request #2952 from balena-io/vipulgupta2048-patch-1
Browse files Browse the repository at this point in the history
patch: Provide GitHub Token to lychee action
  • Loading branch information
vipulgupta2048 authored Apr 9, 2024
2 parents d0e98be + 1074c4a commit 4956a48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
node-version: 18
- run: npm run deploy-docs

- uses: actions/cache@v3
- name: Restore lychee cache
id: restore-cache
uses: actions/cache/restore@v3
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand All @@ -41,7 +43,7 @@ jobs:
args: >
--config ./lychee.toml
"build/**/*" "tools/fetch-external.sh"
token: ${{secrets.GITHUB_TOKEN}}
token: ${{ secrets.GITHUB_TOKEN }}


- name: Create Issue From File
Expand Down

0 comments on commit 4956a48

Please sign in to comment.