diff --git a/.github/workflows/link-pr.yml b/.github/workflows/link-pr.yml index 356394f..738620a 100644 --- a/.github/workflows/link-pr.yml +++ b/.github/workflows/link-pr.yml @@ -41,7 +41,7 @@ jobs: # ./*.md all markdown files in the root directory args: --verbose -E -i --no-progress --exclude-path './CHANGELOG' './**/*.md' env: - GITHUB_TOKEN: ${{secrets.GH_PAT}} + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Create Issue From File if: env.lychee_exit_code != 0