We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b2160 commit a1a66a7Copy full SHA for a1a66a7
.github/workflows/nightly_performance_score_director.yml
@@ -14,6 +14,8 @@ jobs:
14
repository: TimefoldAI/timefold-solver
15
- name: Schedule the other workflow
16
shell: bash
17
+ env:
18
+ GH_TOKEN: ${{ secrets.BENCHMARK_PUBLISH_TOKEN }}
19
run: |
20
if git log --since="24 hours ago" --oneline | grep -q .; then
21
echo '{}' | gh workflow run performance_score_director.yml --json
0 commit comments