Skip to content

Commit 9cd9fcb

Browse files
committed
chore: github token for page publish
1 parent 14493fa commit 9cd9fcb

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,9 @@ 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
6358
auto-push: true

0 commit comments

Comments
 (0)