-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 782 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (16 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# RedHood Systems - Environment Configuration
# Copy this file to .env and fill in your actual values:
# cp .env.example .env
# ============================================================
# REQUIRED
# ============================================================
# Anthropic API key (get one at https://console.anthropic.com/)
ANTHROPIC_API_KEY=sk-ant-your-key-here
# ============================================================
# OPTIONAL
# ============================================================
# GitHub classic PAT (repo scope) — enables auto-publish to GitHub Pages.
# Each run will push docs/redhood_reads_TIMESTAMP.html and docs/latest.html
# to https://tazeemc.github.io/Redhood-Systems/
# Leave blank to skip publishing.
GITHUB_TOKEN=ghp_your_classic_pat_here