diff --git a/.github/workflows/bench.yaml b/.github/workflows/bench.yaml index 8ca481efb..50d9d35cd 100644 --- a/.github/workflows/bench.yaml +++ b/.github/workflows/bench.yaml @@ -31,7 +31,6 @@ jobs: id: create-comment if: ${{ github.event_name == 'pull_request' }} with: - github-token: ${{ secrets.PAT }} script: | const report = require('./report.js'); report({ github, context });