diff --git a/.github/workflows/knip.yml b/.github/workflows/knip.yml index fead11a45..bfe3c5aa9 100644 --- a/.github/workflows/knip.yml +++ b/.github/workflows/knip.yml @@ -19,12 +19,12 @@ jobs: - name: Install toolchain run: npm install -g bun && bun install - - name: Report knip results to pull request uses: Codex-/knip-reporter@v2 with: verbose: true - comment_id: ${{ github.workflow }}-reporter + comment_id: Knip-reporter command_script_name: knip-ci annotations: true ignore_results: false + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file