To run the benchmarks in CI, you need to provide your Advent of Code session token.
- Log in to Advent of Code.
- Open your browser’s developer tools.
- In the Storage / Application tab, find the cookie named
session. - Copy its Value (this is your AoC session token).
- In your repository, go to Settings → Secrets and variables → Actions and create a new secret named
AOC_SESSION. - Paste the token as the value of that secret.
This secret is required for the CI workflow to authenticate with Advent of Code.
| Star 1 | Star 2 | |
|---|---|---|
| Day 1 | ✅ | ✅ |
| Day 2 | ✅ | ✅ |
| Day 3 | ✅ | ✅ |
| Day 4 | ✅ | ✅ |
| Day 5 | ✅ | ✅ |
| Day 6 | ❌ | ❌ |
| Day 7 | ❌ | ❌ |
| Day 8 | ❌ | ❌ |
| Day 9 | ❌ | ❌ |
| Day 10 | ❌ | ❌ |
| Day 11 | ❌ | ❌ |
| Day 12 | ❌ | ❌ |