-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
19 lines (14 loc) · 825 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (14 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copy to .env (gitignored) and fill in. Used by scripts/collect-stats.mjs.
# In CI, set the same names as GitHub Actions secrets instead of committing them.
# Read-only GitHub PAT (classic). Scopes: repo, read:org, read:user.
# https://github.com/settings/tokens
DASHBOARD_PAT=ghp_your_token_here
# Your primary GitHub login — activity is attributed to this account.
DASHBOARD_LOGIN=octocat
# Commit-author emails belonging to you (comma-separated) — used to match
# direct-to-main commits authored under different emails.
DASHBOARD_EMAILS=you@example.com,you@users.noreply.github.com
# Owners to enumerate repos from, as "name:type" pairs (type = user | org).
DASHBOARD_OWNERS=octocat:user,your-org:org
# Optional: legacy/renamed accounts to fold into your primary login (comma-separated).
DASHBOARD_EXTRA_LOGINS=