Skip to content

Commit a1a66a7

Browse files
committed
ci: add token to enable running workflows
1 parent b4b2160 commit a1a66a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly_performance_score_director.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
repository: TimefoldAI/timefold-solver
1515
- name: Schedule the other workflow
1616
shell: bash
17+
env:
18+
GH_TOKEN: ${{ secrets.BENCHMARK_PUBLISH_TOKEN }}
1719
run: |
1820
if git log --since="24 hours ago" --oneline | grep -q .; then
1921
echo '{}' | gh workflow run performance_score_director.yml --json

0 commit comments

Comments
 (0)