From 01ff8eed089a73c015cbc44acdd6e057cd7d7705 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 12 Feb 2023 20:21:24 +0800 Subject: [PATCH] ci: remove unused github_token from benchmark --- .github/workflows/benchmark.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index e8d7a700d..35bd5af81 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -79,7 +79,6 @@ jobs: - name: Write a new comment uses: peter-evans/create-or-update-comment@v2 with: - github_token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }} edit-mode: replace comment-id: ${{ steps.fc.outputs.comment-id }}