chore: explicitly added token

This commit is contained in:
Chirag Aggarwal 2025-01-16 06:36:31 +00:00
parent 2f83bec071
commit 8e474676d3

View file

@ -243,6 +243,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: Benchmark results
token: ${{ secrets.GITHUB_TOKEN }}
- name: Comment on PR
uses: peter-evans/create-or-update-comment@v4
with:
@ -250,3 +251,4 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body-path: benchmark.txt
edit-mode: replace
token: ${{ secrets.GITHUB_TOKEN }}