cmu-delphi / forecast-eval

delphi.cmu.edu/forecast-eval
MIT License
5 stars 2 forks source link

Pass GITHUB_PAT from workflow to docker to authenticate new API-based date fetching #297

Closed nmdefries closed 1 year ago

nmdefries commented 1 year ago

evalcast now uses the GitHub API to get forecast dates (authentication support added here). Since the forecast eval pipeline makes a lot of date calls, it reaches the free-tier API call limit, so we need to use a PAT to get a higher rate limit.