ci: remove unused github_token from benchmark

This commit is contained in:
Boshen 2023-02-12 20:21:24 +08:00
parent 738f52cd0b
commit 01ff8eed08
No known key found for this signature in database
GPG key ID: 6AC90C77AAAA6ABC

View file

@ -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 }}