Skip to content

Commit

Permalink
ci: add token to enable running workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Oct 7, 2024
1 parent b4b2160 commit a1a66a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly_performance_score_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1a66a7

Please sign in to comment.