From b4f8397c16c7cd9a17a713cf730ea563ecb6bb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Petrovick=C3=BD?= Date: Mon, 7 Oct 2024 07:57:26 +0200 Subject: [PATCH] ci: add token to enable running workflows --- .github/workflows/nightly_performance_score_director.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly_performance_score_director.yml b/.github/workflows/nightly_performance_score_director.yml index 351e4a06..f0baa22e 100644 --- a/.github/workflows/nightly_performance_score_director.yml +++ b/.github/workflows/nightly_performance_score_director.yml @@ -14,6 +14,8 @@ jobs: repository: TimefoldAI/timefold-solver - name: Schedule the other workflow shell: bash + env: + GH_TOKEN: ${{ secrets.BENCHMARK_PUBLISH_TOKEN }} run: | if git log --since="24 hours ago" --oneline | grep -q .; then echo '{}' | gh workflow run performance_score_director.yml --json