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