-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
23 lines (21 loc) · 945 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (21 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# BBHUNT environment — EXAMPLE ONLY. Never put a real key in this file.
#
# This repository is PUBLIC. A key committed here is a key published to the
# world, and it will be scraped and abused within minutes.
#
# Correct places for the real key:
#
# Local runs ~/.config/bbhunt/env (mode 600, outside the repo)
# → create it with: tools/bbenv.sh --set
#
# CI GitHub Actions secret
# → set it with: gh secret set ANTHROPIC_API_KEY --repo ShuPriX/BBHUNT
# (reads from stdin — never appears on disk or in shell history)
#
# Copying this file to `.env` is supported but discouraged; `.env` is
# gitignored and blocked by the pre-commit hook, but ~/.config/bbhunt/env is
# safer because it cannot be committed by accident at all.
ANTHROPIC_API_KEY=sk-ant-YOUR-KEY-HERE
# Model configuration for the pipeline (not secrets).
BBHUNT_MODEL=claude-opus-5
BBHUNT_EFFORT=xhigh