chore: load auth from .env file

This commit is contained in:
2026-02-17 19:30:34 +01:00
parent f783ff0d6d
commit 93377a0295
3 changed files with 50 additions and 8 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
# Advent of Code Session Token
# Get your session token from browser cookies after logging in at https://adventofcode.com
AOC_SESSION=your_session_token_here