Skip to content

Commit

Permalink
fix github token
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
Kingdon Barrett committed Aug 21, 2023
1 parent 3cdc82e commit c883c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
productionDomain: fluxcd.io
previewDomain: deploy-preview-${{ github.event.pull_request.number }}--fluxcd.netlify.app
prNumber: ${{ github.event.pull_request.number}}
githubToken: ${{ github.token }}
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c883c42

Please sign in to comment.