Debug WIP:

This commit is contained in:
Allan Jeremy 2022-05-26 15:17:52 +03:00
parent 5df61e611e
commit 100556e084
2 changed files with 2 additions and 2 deletions

View file

@ -73,6 +73,7 @@ jobs:
with: with:
repository: ${{ matrix.benchResultsRepo.name }} repository: ${{ matrix.benchResultsRepo.name }}
ref: ${{ matrix.benchResultsRepo.branch }} ref: ${{ matrix.benchResultsRepo.branch }}
token: ${{ secrets.BENCH_GITHUB_TOKEN }}
path: "./gh-pages" path: "./gh-pages"
- name: Store ${{ matrix.bench.title }} result - name: Store ${{ matrix.bench.title }} result
@ -87,7 +88,6 @@ jobs:
fail-on-alert: true fail-on-alert: true
comment-on-alert: true comment-on-alert: true
comment-always: true comment-always: true
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}
- name: Push benchmark results - name: Push benchmark results
if: github.event_name == 'push' if: github.event_name == 'push'

View file

@ -66,6 +66,7 @@ jobs:
with: with:
repository: ${{ matrix.benchResultsRepo.name }} repository: ${{ matrix.benchResultsRepo.name }}
ref: ${{ matrix.benchResultsRepo.branch }} ref: ${{ matrix.benchResultsRepo.branch }}
token: ${{ secrets.BENCH_GITHUB_TOKEN }}
path: "./gh-pages" path: "./gh-pages"
- name: Store ${{ matrix.bench.title }} result - name: Store ${{ matrix.bench.title }} result
@ -80,7 +81,6 @@ jobs:
fail-on-alert: true fail-on-alert: true
comment-on-alert: true comment-on-alert: true
comment-always: true comment-always: true
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}
- name: Push benchmark results - name: Push benchmark results
if: github.event_name == 'push' if: github.event_name == 'push'