Skip to content

Commit

Permalink
fix the bug (upstream)
Browse files Browse the repository at this point in the history
* provide GH_TOKEN to link checker
* fix github token

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
Kingdon Barrett committed Aug 21, 2023
1 parent 98165b4 commit 4b1da07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

# eventually: (to write comments)
# permissions:
# pull-requests: write

jobs:
check-links:
runs-on: ubuntu-latest
Expand All @@ -18,3 +22,5 @@ jobs:
with:
productionDomain: fluxcd.io
previewDomain: deploy-preview-${{ github.event.pull_request.number }}--fluxcd.netlify.app
prNumber: ${{ github.event.pull_request.number}}
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4b1da07

Please sign in to comment.