diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index 1422636c..edfc5f17 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -88,6 +88,7 @@ jobs: fail-on-alert: true comment-on-alert: true comment-always: true + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Push benchmark results if: github.event_name == 'push' diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ba009e39..0e808e10 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -81,6 +81,7 @@ jobs: fail-on-alert: true comment-on-alert: true comment-always: true + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Push benchmark results if: github.event_name == 'push'