-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 937 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (19 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copy to .env for local development. In GitHub Actions, set these as repo secrets instead.
ANTHROPIC_API_KEY=sk-ant-...
RESEND_API_KEY=re_...
# Recipient of the digest emails.
EMAIL_TO=you@example.com
# Sender address. Until you verify a domain in Resend, use the test sender below.
# It will only deliver to the verified account email.
EMAIL_FROM=onboarding@resend.dev
# Optional. Controls which models are used. Defaults shown.
MODEL_FILTER=claude-haiku-4-5-20251001
MODEL_SCORER=claude-sonnet-4-6
MODEL_DIGEST=claude-sonnet-4-6
# Optional Google Sheets export. If any of these are missing, export is skipped.
# GOOGLE_SHEETS_SHEET_ID: the chunk between /d/ and /edit in the sheet URL.
# Locally, point to a JSON file. In GitHub Actions, paste the JSON contents into
# GOOGLE_SHEETS_CREDS_JSON instead (one of the two must be set).
GOOGLE_SHEETS_SHEET_ID=
GOOGLE_SHEETS_CREDS_JSON_PATH=./gsheet-creds.json
GOOGLE_SHEETS_TAB=jobs