diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index ced5b7e94..c8276b033 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -5,6 +5,10 @@ on: branches: - main + # eventually: (to write comments) +# permissions: +# pull-requests: write + jobs: check-links: runs-on: ubuntu-latest @@ -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 }}