From 7aa7a27775490c1e6547a512199a859aa1225d3a Mon Sep 17 00:00:00 2001 From: Chris Trzesniewski Date: Fri, 26 Jan 2024 16:24:28 +0100 Subject: [PATCH] add missing gh-token --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b1b31f9d..4de8ac22b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,7 @@ jobs: fail-on-alert: true summary-always: true comment-always: true + github-token: ${{ secrets.GITHUB_TOKEN }} - run: node ./dist/scripts/ci_validate_modification.js before_data.js 'Go Benchmark' benchmarkjs: @@ -103,6 +104,7 @@ jobs: fail-on-alert: true summary-always: true comment-always: true + github-token: ${{ secrets.GITHUB_TOKEN }} - run: node ./dist/scripts/ci_validate_modification.js before_data.js 'Benchmark.js Benchmark' pytest-benchmark: