Skip to content

Commit

Permalink
feat: auto update PR comment
Browse files Browse the repository at this point in the history
* add gh token to workflow
  • Loading branch information
ktrz committed Jan 31, 2024
1 parent 5fda30c commit 96f1e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
name: Rust Benchmark
tool: 'cargo'
output-file-path: examples/rust/output.txt
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-alert: true
summary-always: true
comment-always: true
Expand Down

0 comments on commit 96f1e5f

Please sign in to comment.