Skip to content

Commit 2edf736

Browse files
committed
chore: github token for page publish
1 parent 2630785 commit 2edf736

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/benchmark.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,10 @@ jobs:
5050
tool: 'customSmallerIsBetter'
5151
# Where the output from the benchmark tool is stored
5252
output-file-path: tests/benchmark/results/output.json
53-
# # Where the previous data file is stored
54-
# external-data-json-path: ./cache/benchmark-data.json
55-
# Workflow will fail when an alert happens
53+
54+
github-token: ${{ secrets.GITHUB_TOKEN }}
5655
fail-on-alert: true
57-
# Enable alert commit comment
58-
# comment-on-alert: true
59-
# GitHub API token to make a commit comment
60-
# github-token: ${{ secrets.GITHUB_TOKEN }}
61-
# Enable Job Summary for PRs
56+
comment-on-alert: true
6257
summary-always: true
63-
auto-push: true
58+
auto-push: true
59+
benchmark-data-dir-path: docs

0 commit comments

Comments
 (0)