ci(benchmarks): fix store benchmark job

This commit is contained in:
2022-12-04 23:32:55 +00:00
parent 69ffce4dca
commit 044587fb4c

View File

@@ -137,6 +137,6 @@ jobs:
with:
tool: "go"
output-file-path: output.txt
github-token: ${{ secrets.GH_PUSH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-on-alert: true
auto-push: true